1
Administrator
1 天以前 262fe5728eea39ab9a70ac865931cd620b80675a
1
1个文件已修改
8 ■■■■ 已修改文件
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -139,7 +139,13 @@
            staProtocol1 = staProtocol1.clone();
        }
        if (staProtocol1.isLoading()) {
            return R.error("目标站点有物!");
            return R.error(staProtocol.getSiteId() + "站点有物!");
        }
        if (staProtocol.isLoading()) {
            return R.error(staProtocol.getSiteId() + "站点有物!");
        }
        if (!staProtocol.isAutoing()) {
            return R.error(staProtocol.getSiteId() + "站点fei自动");
        }
        staProtocol.setWorkNo((short) commonService.getWorkNo(param.getFlag()));
        staProtocol.setStaNo(param.getTargetSite().shortValue());