Commit a0d0ac5c authored by 耿迪迪's avatar 耿迪迪

安检量统计修改

parent 8a2a386b
......@@ -239,7 +239,7 @@ public class TTaskInspectServiceImpl implements ITTaskInspectService
private void statisticNoInspectNum(List<Map<String,Object>> statisticResult,Map<String,String> param){
Map<Object, List<Map<String, Object>>> groupByTask;
//筛选时间时重新计算未安检量
if(null != param.get("beginTime")){
if(null != param.get("beginTime") || null != param.get("memberId")){
Map<String,String> newParam = new HashMap<>();
newParam.put("village",param.get("village"));
List<Map<String,Object>> statisticResultNew = tTaskInspectMapper.inspectNumStatisticByInspector(newParam);
......
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