优化
This commit is contained in:
@ -25,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="remark" column="remark"/>
|
||||
</resultMap>
|
||||
|
||||
<select id="queryOtherPageList" resultType="com.ruoyi.bgt.domain.vo.BgtMessageOtherVO">
|
||||
<select id="queryOtherPageList" resultType="com.ruoyi.bgt.domain.vo.BgtMessageDetailVO">
|
||||
|
||||
|
||||
|
||||
|
@ -19,6 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<select id="appQueryList" resultType="com.ruoyi.bgt.domain.vo.BgtProjectRecruitApplyVO">
|
||||
select bpra.id,
|
||||
bpra.entry_time,
|
||||
bpra.recruit_id,
|
||||
wu.user_id,
|
||||
wu.phone,
|
||||
wu.score,
|
||||
|
Reference in New Issue
Block a user