优化
This commit is contained in:
@ -726,7 +726,7 @@
|
||||
public AjaxResult<WgzAppUserAllRecruitmentRes> userAllRecruitment() {
|
||||
Long appUserId = SecurityUtils.getAppUserId();
|
||||
WgzAppUserAllRecruitmentRes res = new WgzAppUserAllRecruitmentRes();
|
||||
res.setList(iBgtProjectRecruitApplyService.userAllRecruitment(appUserId));
|
||||
res.setList(iBgtProjectRecruitApplyService.userAllRecruitment(appUserId,"1"));
|
||||
return AjaxResult.success(res);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user