| | |
| | | |
| | | @GetMapping("getDto") |
| | | @ApiOperation("信息") |
| | | public Result<ConfigItemChangeDto> getDto(Long projectId, Long ChangeId) { |
| | | ConfigItemChangeDto data = configItemChangeService.getDto(projectId, ChangeId); |
| | | if (ChangeId!=null) { |
| | | public Result<ConfigItemChangeDto> getDto(Long projectId, Long changeId) { |
| | | ConfigItemChangeDto data = configItemChangeService.getDto(projectId, changeId); |
| | | if (changeId!=null) { |
| | | for (WarehouseConfigItem configItem : data.getConfigItemList()) { |
| | | Long configItemId = configItem.getId(); |
| | | OssDto ossDto = sysOssConfigService.getOssByBusiType(configItemId, "config_item_warehouse"); |