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