|
|
|
@ -182,8 +182,7 @@ public class PatrolTaskStatusController extends BaseController { |
|
|
|
item.setAiQxNum(analysisRes == null ? 0 : analysisRes.getAiQxNum()); |
|
|
|
item.setCsYcNum(analysisRes == null ? 0 : analysisRes.getCsYcNum()); |
|
|
|
item.setAiYcNum(analysisRes == null ? 0 : analysisRes.getAiYcNum()); |
|
|
|
log.info("PATROL_TASK_STATUS LIST analysisRes.getLineId: {}", |
|
|
|
analysisRes == null ? -1 : analysisRes.getLineId()); |
|
|
|
log.info("PATROL_TASK_STATUS LIST analysisRes: {}", analysisRes == null ? -1 : analysisRes); |
|
|
|
resultAnalysis.setResultType("0"); |
|
|
|
resultAnalysis.setTaskPatrolId(item.getTaskPatrolledId()); |
|
|
|
List<ResultAnalysis> filterList = resultAnalysisService.selectResultAnalysisList(resultAnalysis); |
|
|
|
|