| | |
| | | |
| | | return Result.ok(); |
| | | } |
| | | /* @GetMapping("exportBaseline") |
| | | @GetMapping("exportBaseline") |
| | | @ApiOperation("打印基线发布书") |
| | | @LogOperation("打印基线发布书") |
| | | public void exportBaseline(Long id, String pageCode, HttpServletRequest request, HttpServletResponse response) { |
| | | baselineReleaseService.exportBaseline(id,pageCode, request, response); |
| | | }*/ |
| | | |
| | | @GetMapping("getItemList") |
| | | @ApiOperation("获取入库配置项列表") |
| | | public PageResult<WarehouseConfigItem> getItemList(Long projectId, String ids) { |
| | | List<WarehouseConfigItem> resultList = configItemService.warehouseConfigList(projectId, ids); |
| | | return PageResult.ok(resultList); |
| | | } |
| | | } |