This commit is contained in:
577732344@qq.com
2025-09-24 14:54:51 +08:00
parent 5fccf7c864
commit 92e544d5c4

View File

@@ -48,8 +48,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectAppList" resultType="com.ruoyi.cms.domain.JobFair">
select j.*
from qd.job_fair as j
inner join qd.fair_collection as f on f.fair_id = j.job_fair_id and f.USER_ID = #{userId}
from job_fair as j
inner join fair_collection as f on f.fair_id = j.job_fair_id and f.USER_ID = #{userId}
where j.DEL_FLAG = '0' and f.DEL_FLAG = '0'
<if test="type!=null and type==1">
-- 未开始