技术监督月报bug

This commit is contained in:
2023-08-01 11:07:53 +08:00
parent cf3699824b
commit 8fb67b9e0b

View File

@@ -272,7 +272,10 @@ public class SupvReportMServiceImpl extends MppServiceImpl<SupvReportMMapper, Su
supvReportM.setStatisticsLevel("5");
}
supvReportM.setSupvNum(all);
supvReportM.setIsUploadHead(0);
//特殊处理每月第一天需要处理上送国网标识
if(timeId.getDayOfMonth() == 1){
supvReportM.setIsUploadHead(0);
}
supvReportMBatch.add(supvReportM);
}