Commit 85648e5c authored by 赵啸非's avatar 赵啸非

修改办件查询列表

parent 83f0a0fd
......@@ -94,7 +94,7 @@ public class DoworkStatServiceImpl extends AbstractCRUDServiceImpl<DoworkStatDao
for (DoworkStatInfo doworkStatInfo : list) {
String month = doworkStatInfo.getMonth();
DateTime date = DateUtil.parse(month, "yyyy年MM月");
int months = date.month();
int months = date.month() + 1;
int year = date.year();
DoworkStatEntity doworkStatEntity = this.selectOne(new DoworkStatQuery().areaCode(areaCode).year(year).month(months));
......
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