he2802 %!s(int64=3) %!d(string=hai) anos
pai
achega
2b069911ee

+ 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));
-    }
+    }*/
 }