|
|
|
@ -92,9 +92,9 @@ public class SysUserExamineController extends BaseController {
|
|
|
|
|
/**
|
|
|
|
|
* 打印界面
|
|
|
|
|
*/
|
|
|
|
|
@RequiresPermissions("system:userexamine:examinepaint")
|
|
|
|
|
@Log(title = "用户审核", businessType = BusinessType.EXAMINE)
|
|
|
|
|
@GetMapping("/examinepaint/{userId}")
|
|
|
|
|
@RequiresPermissions("system:userexamine:examineprint")
|
|
|
|
|
@Log(title = "用户审核", businessType = BusinessType.PRINT)
|
|
|
|
|
@GetMapping("/examineprint/{userId}")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public SysUser paint(@PathVariable("userId") Long userId)
|
|
|
|
|
{
|
|
|
|
|