MrShi
2024-11-01 deb4575b72443cf906946a9fb28a557c16556fb9
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) {