|
|
|
@ -82,6 +82,7 @@ public class SysUserApplyController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/submit/{userId}")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult submit(@PathVariable("userId") Long userId) {
|
|
|
|
|
boolean update = userService.lambdaUpdate()
|
|
|
|
|
.eq(SysUser::getUserId, userId)
|
|
|
|
|