|
|
|
|
@ -68,7 +68,7 @@ public class MzsyReportCollectJob {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
CommonResult<ReportDownTwoDto> commonResult = taskDistributeService.getNoViewTaskByCollectorId(collectorId);
|
|
|
|
|
CommonResult<ReportDownTwoDto> commonResult = taskDistributeService.getTaskByCollectorId(collectorId);
|
|
|
|
|
if (ResultCode.SUCCESS.getCode().equals(commonResult.getCode())
|
|
|
|
|
&& commonResult.getData() != null) {
|
|
|
|
|
ReportDownTwoDto downTwoDto = commonResult.getData();
|
|
|
|
|
@ -180,7 +180,7 @@ public class MzsyReportCollectJob {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
CommonResult<ReportDownTwoDto> commonResult = taskDistributeService.getNoViewTaskByCollectorId(collectorId);
|
|
|
|
|
CommonResult<ReportDownTwoDto> commonResult = taskDistributeService.getTaskByCollectorId(collectorId);
|
|
|
|
|
if (ResultCode.SUCCESS.getCode().equals(commonResult.getCode())
|
|
|
|
|
&& commonResult.getData() != null) {
|
|
|
|
|
ReportDownTwoDto downTwoDto = commonResult.getData();
|
|
|
|
|
@ -243,7 +243,7 @@ public class MzsyReportCollectJob {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
CommonResult<ReportDownTwoDto> commonResult = taskDistributeService.getNoViewTaskByCollectorId(collectorId);
|
|
|
|
|
CommonResult<ReportDownTwoDto> commonResult = taskDistributeService.getTaskByCollectorId(collectorId);
|
|
|
|
|
if (ResultCode.SUCCESS.getCode().equals(commonResult.getCode())
|
|
|
|
|
&& commonResult.getData() != null) {
|
|
|
|
|
ReportDownTwoDto downTwoDto = commonResult.getData();
|
|
|
|
|
|