src/main/java/com/zy/asrs/task/AutomaticOutboundShipment.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/license.lic | 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/task/AutomaticOutboundShipment.java
@@ -54,7 +54,10 @@ if(config.getStatus()==0){ return; } WrkMast wrkMast1 = wrkMastService.selectOne(new EntityWrapper<WrkMast>().eq("sta_no",200)); if(!Cools.isEmpty(wrkMast1)){ return; } BasDevp basDevp = basDevpService.selectOne(new EntityWrapper<BasDevp>().eq("dev_no", 200)); if (Cools.isEmpty(basDevp.getLoading())||basDevp.getLoading().equals("N")) { //找到入库最早的 src/main/resources/license.licBinary files differ