|
@@ -70,7 +70,7 @@ public class ExamApplyController extends BaseController {
|
|
|
@GetMapping("/subscribeNext")
|
|
|
public AjaxResult<Long> subscribeNext(ExamApplyQueryBo bo) {
|
|
|
ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());
|
|
|
- bo.setUserId(loginUser.getUser().getUserId());
|
|
|
+ bo.setUserId(18L);
|
|
|
Long count = iExamApplyService.subscribeNext(bo);
|
|
|
return AjaxResult.success(count);
|
|
|
}
|