jinpengyong
2023-09-25 8dae8589e8f9f2050ed76acdccfa2fd98c6aeba9
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 = "责任单位")