server/shop/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) {