skyouc
5 天以前 ca70f9c2f4e2d9d85ad2c8d87477f5a353f87dd2
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/impl/TaskServiceImpl.java
@@ -744,8 +744,11 @@
            }
            BeanUtils.copyProperties(locWorking, locItem);
            locItem.setWorkQty(0.0).setQty(0.0).setLocCode(loc.getCode()).setLocId(loc.getId()).setId(null).setUpdateBy(loginUserId).setUpdateTime(new Date());
            //数量为零的不入库
            if (locItem.getAnfme().compareTo(0.0) > 0) {
            items.add(locItem);
        }
        }
        if (!locItemService.saveBatch(items)) {
            throw new CoolException("作业库存回写失败!!");