publish
This commit is contained in:
@@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
where del_flag = '0'
|
where del_flag = '0'
|
||||||
and company_id in (SELECT DISTINCT (company_id)
|
and company_id in (SELECT DISTINCT (company_id)
|
||||||
FROM company_collection
|
FROM company_collection
|
||||||
where del_flag = 0 and user_id = #{userId}
|
where del_flag = '0' and user_id = #{userId}
|
||||||
order by create_time desc)
|
order by create_time desc)
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
Reference in New Issue
Block a user