技术监督月报bug
This commit is contained in:
@@ -272,7 +272,10 @@ public class SupvReportMServiceImpl extends MppServiceImpl<SupvReportMMapper, Su
|
|||||||
supvReportM.setStatisticsLevel("5");
|
supvReportM.setStatisticsLevel("5");
|
||||||
}
|
}
|
||||||
supvReportM.setSupvNum(all);
|
supvReportM.setSupvNum(all);
|
||||||
|
//特殊处理每月第一天需要处理上送国网标识
|
||||||
|
if(timeId.getDayOfMonth() == 1){
|
||||||
supvReportM.setIsUploadHead(0);
|
supvReportM.setIsUploadHead(0);
|
||||||
|
}
|
||||||
supvReportMBatch.add(supvReportM);
|
supvReportMBatch.add(supvReportM);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user