src/main/java/com/zy/asrs/service/impl/AgvWorkServiceImpl.java
@@ -597,6 +597,22 @@ } @Override public void changeToOutWrkMast(String workNo, Long userId) { AgvWrkMast agvWrkMast = agvWrkMastService.selectById(workNo); if (Cools.isEmpty(agvWrkMast)){ throw new CoolException(workNo+"工作档不存在"); } agvWrkMast.setIoType(101); agvWrkMast.setWrkSts(206L); agvWrkMast.setModiTime(new Date()); agvWrkMast.setModiUser(userId); agvWrkMastService.updateById(agvWrkMast); } /* 更新目标库位信息 */