src/main/java/com/zy/asrs/controller/AgvBasDevpController.java
@@ -239,7 +239,7 @@ if (agvWrkMast == null) { agvWrkMast = agvWrkMastService.selectOne(new EntityWrapper<AgvWrkMast>().eq("barcode", barcode)); if (agvWrkMast != null && agvWrkMast.getWrkSts() != 205) { return R.error("工作档状态不对"); return R.error("工作档状态不对,还在搬运中"); } return R.error("工作档不存在"); }