src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -676,8 +676,7 @@ .eq("loc_no", testMast.getLocNo()) .eq("barcode", testMast.getBarcode()) .eq("user_id",testMast.getUserId()) .eq("channel",locMast.getChannel().toString()) .lt("status",4))){ .eq("channel",locMast.getChannel().toString()))){ throw new CoolException("更新testMast失败"); } }