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