he2802 3 년 전
부모
커밋
2b069911ee
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      zhongzheng-admin/src/main/java/com/zhongzheng/controller/base/UserProfileController.java

+ 2 - 2
zhongzheng-admin/src/main/java/com/zhongzheng/controller/base/UserProfileController.java

@@ -151,11 +151,11 @@ public class UserProfileController extends BaseController {
         return util.exportEasyExcel(sheetsList, "填写资料审核-"+fileName+"-学员数据-"+timeStr);
     }
 
-    @ApiOperation("审核资料测试")
+    /*@ApiOperation("审核资料测试")
     @PreAuthorize("@ss.hasPermi('system:profile:edit')")
     @Log(title = "填写资料审核", businessType = BusinessType.UPDATE)
     @PostMapping("/test")
     public AjaxResult test(@RequestBody UserProfileAddBo bo) throws IOException {
         return AjaxResult.success(iUserProfileService.testWord(bo));
-    }
+    }*/
 }