自动化立体仓库 - WMS系统
#
LSH
2023-02-13 1fe81596a7b5042ef12dc6fbdcb7fc0cf6ff035c
#
1个文件已修改
4 ■■■ 已修改文件
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java 4 ●●● 补丁 | 查看 | 原始文档 | 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失败");
            }
        }