执法公安只统计处理的案件
This commit is contained in:
parent
a3d4714ccb
commit
21dc86f636
@ -30,7 +30,7 @@ public class KpiKhxzZfGaDEFRunnable implements Runnable {
|
|||||||
Map<String, Object> params = new HashMap<>();
|
Map<String, Object> params = new HashMap<>();
|
||||||
params.put("handleYearMonth", String.format("%04d-%02d", khYear, khMonth));
|
params.put("handleYearMonth", String.format("%04d-%02d", khYear, khMonth));
|
||||||
userIds.forEach(userId -> {
|
userIds.forEach(userId -> {
|
||||||
params.put("reportOrHandleUserId", userId);
|
params.put("handleUserId", userId);
|
||||||
int unInspectCount = 0;
|
int unInspectCount = 0;
|
||||||
int inspectCount = 0;
|
int inspectCount = 0;
|
||||||
List<CasePO> casePOS = kpiDao.listCase(params);
|
List<CasePO> casePOS = kpiDao.listCase(params);
|
||||||
|
Loading…
Reference in New Issue
Block a user