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