publish
This commit is contained in:
@@ -48,8 +48,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</select>
|
</select>
|
||||||
<select id="selectAppList" resultType="com.ruoyi.cms.domain.JobFair">
|
<select id="selectAppList" resultType="com.ruoyi.cms.domain.JobFair">
|
||||||
select j.*
|
select j.*
|
||||||
from qd.job_fair as j
|
from job_fair as j
|
||||||
inner join qd.fair_collection as f on f.fair_id = j.job_fair_id and f.USER_ID = #{userId}
|
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'
|
where j.DEL_FLAG = '0' and f.DEL_FLAG = '0'
|
||||||
<if test="type!=null and type==1">
|
<if test="type!=null and type==1">
|
||||||
-- 未开始
|
-- 未开始
|
||||||
|
Reference in New Issue
Block a user