1
1 天以前 e00c1eed309f0fa6e160ac405f08aec375dec31e
rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/ReceiveMsgServiceImpl.java
@@ -490,6 +490,20 @@
                    map.put("model", orderItem.getModel());
                    map.put("stockUnit", orderItem.getUnit());
                    map.put("purUnit", orderItem.getUnit());
                    map.put("baseUnit", orderItem.getBaseUnitId());
                    map.put("useOrgId", orderItem.getUseOrgId());
                    map.put("useOrgName", orderItem.getUseOrgName());
                    map.put("erpClsId", orderItem.getErpClsId());
                    map.put("priceUnitId", orderItem.getPriceUnitId());
                    map.put("inStockType", orderItem.getInStockType());
                    map.put("ownerTypeId", orderItem.getOwnerTypeId());
                    map.put("ownerId", orderItem.getOwnerId());
                    map.put("ownerName", orderItem.getOwnerName());
                    map.put("keeperTypeId", orderItem.getKeeperTypeId());
                    map.put("keeperId", orderItem.getKeeperId());
                    map.put("keeperName", orderItem.getKeeperName());
                    map.put("targetWarehouseId", orderItem.getTargetWarehouseId());
                    map.put("sourceWarehouseId", orderItem.getSourceWarehouseId());
                    if (!asnOrderItemService.fieldsSave(map, loginUserId)) {
                        throw new CoolException("明细保存失败!!");