src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -676,7 +676,9 @@ .eq("loc_no", testMast.getLocNo()) .eq("barcode", testMast.getBarcode()) .eq("user_id",testMast.getUserId()) .eq("channel",locMast.getChannel().toString()))){ .eq("channel",locMast.getChannel().toString()) .lt("status",4) )){ throw new CoolException("更新testMast失败"); } }