MrShi
2024-11-04 b6fde711bf33cede4cb84f85146c32b0c0c61aa5
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) {