This commit is contained in:
577732344@qq.com
2025-09-24 13:21:08 +08:00
parent ed00d6202d
commit 2a064ad812
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from company
where del_flag = '0'
and company_id in (SELECT DISTINCT (company_id)
FROM qd.company_collection
FROM company_collection
where del_flag = 0 and user_id = #{userId}
order by create_time desc)
</select>

View File

@@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where del_flag = '0'
and is_publish = 1
and job_id in (SELECT DISTINCT (job_id)
FROM qd.job_collection
FROM job_collection
where del_flag = '0' and user_id = #{userId}
order by create_time desc)
</select>