技术监督管理调整,高级算法
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user