更新
This commit is contained in:
@ -60,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<select id="userRegisteredProject" resultType="com.ruoyi.wgz.bo.res.WgzAppRegisteredProjectRes">
|
||||
SELECT
|
||||
a.id as recruitApplyId,
|
||||
a.status as statusApply,
|
||||
b.*,
|
||||
c.task_name,
|
||||
c.task_address,
|
||||
@ -75,6 +76,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
a.user_id = #{userId} AND
|
||||
(a.status = '0' or a.status = '1') AND
|
||||
a.del_flag = 0
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="GetsTheMembersUnderTheCurrentProject" resultType="com.ruoyi.wgz.bo.rests.WgzAppCancelRegistrationProjectDetailsTwo">
|
||||
|
Reference in New Issue
Block a user