完成项目详情及招工申请
This commit is contained in:
@ -40,4 +40,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="userProjectDetails" resultType="com.ruoyi.wgz.bo.res.WgzAppProjectDetailsRes">
|
||||
SELECT
|
||||
a.*,
|
||||
b.task_name,
|
||||
b.task_address,
|
||||
b.task_img
|
||||
FROM
|
||||
bgt_project_recruit as a
|
||||
LEFT JOIN fbs_project_task as b ON (a.task_id = b.id AND b.del_flag = 0)
|
||||
WHERE
|
||||
a.id = #{id} AND a.del_flag = 0
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user