north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/src/main/java/com/example/erp/service/pp/ReportingWorkService.java
@@ -250,7 +250,7 @@ reportingWork.setReportingWorkTime(localDateTime); } //是否线补 1现补 0未现补 int isPatch = (int) reportingWorkJson.get("isPatch"); int isPatch = (reportingWorkJson.get("isPatch") != null) ? (int) reportingWorkJson.get("isPatch") : 0; reportingWork.setNextProcess(orderProcessDetailMapper.selectNextProcess(processIdStr[0],processIdStr[1],reportingWork.getThisProcess())); //主表插入