This commit is contained in:
577732344@qq.com
2025-09-24 13:23:13 +08:00
parent 2a064ad812
commit 5fccf7c864

View File

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