任务
This commit is contained in:
@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</resultMap>
|
||||
|
||||
<select id="appQueryList" resultType="com.ruoyi.bgt.domain.vo.BgtProjectRecruitApplyVO">
|
||||
select wu.user_id, wu.phone, wu.score, wu.avatar_name, wu.username
|
||||
select bpra.id, wu.user_id, wu.phone, wu.score, wu.avatar_name, wu.username
|
||||
from bgt_project_recruit_apply bpra
|
||||
left join wgz_user wu on bpra.user_id = wu.user_id
|
||||
where bpra.recruit_id = #{dto.recruitId}
|
||||
|
Reference in New Issue
Block a user