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
@@ -973,6 +973,7 @@ reportingWorkMapper.update(null,new UpdateWrapper<ReportingWork>() .set("reviewed_state",3) .eq("process_id",oldOrderProcessDetail.getProcessId()) .gt("reviewed_state",0) ); @@ -1086,12 +1087,11 @@ if(response.getStatusCode() == HttpStatus.OK){ OrderNumberTransferDTO responseBody = response.getBody(); result.put("data",true); return result; }else{ result.put("msg","连接mes响应超时"); result.put("data",false); return result; } return result; } }