publish
This commit is contained in:
@@ -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">
|
||||
-- 未开始
|
||||
|
Reference in New Issue
Block a user