screen-api/src/main/java/com/moral/api/controller/AllocationController.java
@@ -44,15 +44,7 @@ } @ApiOperation(value = "整改类型", notes = "整改类型") @ApiImplicitParams({ @ApiImplicitParam(name = "token", value = "token", required = true, paramType = "header", dataType = "String") }) @RequestMapping(value = "reform", method = RequestMethod.GET) public ResultMessage reform() { List<Map<String, Object>> professions = allocationService.sysDictData(Constants.ZHENG_GAI_LEI_XING); return ResultMessage.ok(professions); } @ApiOperation(value = "责任单位", notes = "责任单位")