Commit 7b84eca1 authored by wdy's avatar wdy

任务数据统计

parent 6940f121
......@@ -606,7 +606,6 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, Task>implements Tas
// 体系审查
setSystemDataStatistics(standardTree,results,response,systemReviewTask);
return response;
}
if (task.getCarReviewTaskId() != null) {
......@@ -624,11 +623,9 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, Task>implements Tas
// 车型审查
setCarDataStatistics(carStandardTree,carResults,response,carReviewTask);
return response;
}
return null;
return response;
}
......
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