Commit 1a959f2d authored by 赵啸非's avatar 赵啸非

修改办件查询列表

parent dd9e1699
...@@ -48,7 +48,7 @@ public class DoworkStatController extends BaseCRUDJsonBodyMappingController<Dowo ...@@ -48,7 +48,7 @@ public class DoworkStatController extends BaseCRUDJsonBodyMappingController<Dowo
if (ObjectUtils.isEmpty(query.getAreaCode())) throw new AppException("区域编码不能为空!"); if (ObjectUtils.isEmpty(query.getAreaCode())) throw new AppException("区域编码不能为空!");
//固定请求参数 最近6月 //固定请求参数 最近6月
int curMonth = DateUtil.month(new Date())+1; /* int curMonth = DateUtil.month(new Date())+1;
int curYear = DateUtil.year(new Date()); int curYear = DateUtil.year(new Date());
DateTime dateTime = DateUtil.offsetMonth(new Date(), -5); DateTime dateTime = DateUtil.offsetMonth(new Date(), -5);
int startYear = DateUtil.year(dateTime); int startYear = DateUtil.year(dateTime);
...@@ -63,7 +63,7 @@ public class DoworkStatController extends BaseCRUDJsonBodyMappingController<Dowo ...@@ -63,7 +63,7 @@ public class DoworkStatController extends BaseCRUDJsonBodyMappingController<Dowo
DoworkStatQuery query2 = new DoworkStatQuery(); DoworkStatQuery query2 = new DoworkStatQuery();
query2.setYear(curYear); query2.setYear(curYear);
query2.setMonthEnd(curMonth); query2.setMonthEnd(curMonth);
query.setOrConditionList(conditionList); query.setOrConditionList(conditionList);*/
Runnable runnable = new Runnable() { Runnable runnable = new Runnable() {
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment