jinlin
2023-12-08 9b31782deaeaa36efb013f538c99d8f5df94eed4
modules/mainPart/src/main/java/com/zt/life/modules/configItemWarehouse/service/ConfigItemWarehouseService.java
@@ -120,6 +120,7 @@
                configItemService.update(configItem);
            } else {
                configItem.setWarehouseId(warehouseId);
                configItem.setProjectId(configItemDto.getConfigItemWarehouse().getProjectId());
                configItemService.insert(configItem);
            }
            Long checkId = configItem.getCheckId();