技术监督管理调整,高级算法

This commit is contained in:
2023-06-30 08:56:18 +08:00
parent d9453fc1fb
commit 418f29cd11
8 changed files with 33 additions and 11 deletions

View File

@@ -254,6 +254,13 @@ public class SupvPushGwServiceImpl implements SupvPushGwService {
//TODO 调用上送接口
for(SupvReportM supvReportM : supvReportMList){
SupvReportM supvReportMPO = new SupvReportM();
supvReportMPO.setMonthReportId(supvReportM.getMonthReportId());
supvReportMPO.setIsUploadHead(1);
supvReportMMapper.updateById(supvReportMPO);
}
return true;
}

View File

@@ -249,7 +249,7 @@ public class SupvReportMServiceImpl extends MppServiceImpl<SupvReportMMapper, Su
supvReportM.setStatisticsLevel("5");
}
supvReportM.setSupvNum(all);
supvReportM.setIsuploadhead(0);
supvReportM.setIsUploadHead(0);
supvReportMBatch.add(supvReportM);
}