| | |
| | | } |
| | | |
| | | permsService.clearPermsCache(); |
| | | Integer rows = shuJianService.updateSjService(entity, req, res); |
| | | Integer rows = shuJianService.updateSjService(entity); |
| | | |
| | | return success(rows); |
| | | } catch (Exception ex) { |
| | |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(name = "ids", value = "ID数组", dataType = "Integer", paramType = "query", allowMultiple = true, example = "1") |
| | | }) |
| | | @GetMapping(value = "/deletes") |
| | | @GetMapping(value = "/deletesSjServices") |
| | | public ResponseMsg<Integer> deletesSjServices(@RequestParam List<Integer> ids) { |
| | | try { |
| | | if (null == ids || ids.isEmpty()) { |