src/main/java/com/zy/asrs/task/handler/MoveLocHandler.java
@@ -261,14 +261,6 @@ locMast.setLocSts("R"); locMast.setModiTime(now); // locMast.setPackStatus(5); //5:开始静置 CombParam combParam = new CombParam(); combParam.setPackNo(wrkDetl.getMatnr()); combParam.setLocNo(locMast.getLocNo()); combParam.setPackSts(locMast.getPackStatus()); combParam.setRequestTime(DateUtils.convert(new Date())); new PostMesDataUtils().postMesData("MES系统",mesUrl,inpath,combParam); if (!locMastService.updateById(locMast)) { log.error("预约库位状态失败,库位号:"+locMast.getLocNo()); return false;