自动化立体仓库 - WMS系统
LSH
2023-03-22 b09865e3b4e43ec7110ca7472188478fcdb6fb0f
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失败");
            }
        }