src/main/java/com/zy/asrs/task/handler/MoveLocHandler.java
@@ -61,7 +61,7 @@ try { List<LocMast> locMasts = locMastService.selectList(new EntityWrapper<LocMast>() .eq("loc_sts", "F") .eq("pack_status", 4) .eq("pack_status", 4)//测试失败 .eq("row1", equipmentRow) .eq("loc_type1", (short) 1) .eq("fire_status",0) @@ -113,7 +113,7 @@ try { List<LocMast> locMasts2 = locMastService.selectList(new EntityWrapper<LocMast>() .eq("loc_sts", "F") .eq("pack_status", 4) .eq("pack_status", 3)//测试完成 .eq("row1", equipmentRow) .eq("loc_type1", (short) 1) .eq("fire_status",0)