自动化立体仓库 - WMS系统
#
LSH
2023-02-13 30155d34eade43e1713ee1022a9af4d4744acda1
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失败");
            }
        }