|
|
|
@ -61,7 +61,7 @@ public class ReportJob {
|
|
|
|
|
@XxlJob("SdRyLisCollectJob")
|
|
|
|
|
public void sdRyLisCollectJob() {
|
|
|
|
|
String reportQueryLisCollectorId = sdRyReportQueryConfig.getReportQueryLisCollectorId();
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoviewTaskByCollectorId(reportQueryLisCollectorId);
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoViewTaskByCollectorId(reportQueryLisCollectorId);
|
|
|
|
|
if (reportDownTwoDto == null) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -86,7 +86,7 @@ public class ReportJob {
|
|
|
|
|
@XxlJob("SdRyMzInspectCollectJob")
|
|
|
|
|
public void sdRyMzInspectCollectJob() {
|
|
|
|
|
String reportQueryMzInspectCollectorId = sdRyReportQueryConfig.getReportQueryMzInspectCollectorId();
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoviewTaskByCollectorId(reportQueryMzInspectCollectorId);
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoViewTaskByCollectorId(reportQueryMzInspectCollectorId);
|
|
|
|
|
if (reportDownTwoDto == null) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -111,7 +111,7 @@ public class ReportJob {
|
|
|
|
|
@XxlJob("SdRyZyInspectCollectJob")
|
|
|
|
|
public void sdRyZyInspectCollectJob() {
|
|
|
|
|
String reportQueryZyInspectCollectorId = sdRyReportQueryConfig.getReportQueryZyInspectCollectorId();
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoviewTaskByCollectorId(reportQueryZyInspectCollectorId);
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoViewTaskByCollectorId(reportQueryZyInspectCollectorId);
|
|
|
|
|
if (reportDownTwoDto == null) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -135,7 +135,7 @@ public class ReportJob {
|
|
|
|
|
@XxlJob("SdRyNurseInsertSugarCollectJob")
|
|
|
|
|
public void sdRyNurseInsertSugarCollectJob(){
|
|
|
|
|
String reportQueryNurseInsertSugarCollectorId = sdRyReportQueryConfig.getReportQueryNurseInsertSugarCollectorId();
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoviewTaskByCollectorId(reportQueryNurseInsertSugarCollectorId);
|
|
|
|
|
ReportDownTwoDto reportDownTwoDto = taskDistributeService.getNoViewTaskByCollectorId(reportQueryNurseInsertSugarCollectorId);
|
|
|
|
|
if (reportDownTwoDto==null) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|