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