src/main/java/com/zy/asrs/controller/OpenController.java
@@ -96,9 +96,13 @@ } } else { if (!Cools.isEmpty(param.getMsgType()) && param.getMsgType().equalsIgnoreCase("task_complete")) { if (wrkMast.getStaNo()==1031){ wrkMast.setWrkSts(106L); }else { wrkMast.setWrkSts(14L); } } } wrkMast.setModiTime(new Date()); if (!wrkMastService.updateById(wrkMast)) { return R.error("更新失败");