MrShi
2024-11-01 356f2f4c518734b87b8d816fbae0d3949c835cb6
server/platform/src/main/java/com/doumee/api/business/ApplyChangeController.java
@@ -43,7 +43,7 @@
        return ApiResponse.success(applyChangeService.create(applyChange));
    }
    @PreventRepeat
    @ApiOperation("平台退回投保")
    @ApiOperation("平台退回申请")
    @PostMapping("/back")
    @RequiresPermissions("business:applychange:back")
    public ApiResponse back(@RequestBody ApplyChange applyChange) {