modules/mainPart/src/main/java/com/zt/life/modules/configItemWarehouse/service/ConfigItemWarehouseService.java
@@ -144,8 +144,9 @@ ConfigItemWarehouse configItemWarehouse = this.get(warehouseId); data.setConfigItemWarehouse(configItemWarehouse); projectId = configItemWarehouse.getProjectId(); if (projectId==null) { projectId = configItemWarehouse.getProjectId(); } List<WarehouseCmAudit> CmAuditList = cmAuditService.getList(warehouseId); data.setCmAuditList(CmAuditList); List<WarehouseQaAudit> QaAuditList = qaAuditService.getList(warehouseId);