测试权限

This commit is contained in:
guoshengxiong 2024-05-25 18:29:51 +08:00
parent 75333c2b8c
commit efbf57c142

View File

@ -16,6 +16,7 @@
from xz_checking_route as t from xz_checking_route as t
join enterprise_info ei on find_in_set(ei.id, t.enterprise_id) join enterprise_info ei on find_in_set(ei.id, t.enterprise_id)
group by t.id) as t group by t.id) as t
join xz_checking_route t1 on t1.id = t.id
</sql> </sql>
<select id="queryList" resultType="com.zhgd.xmgl.modules.checking.entity.XzCheckingRoute"> <select id="queryList" resultType="com.zhgd.xmgl.modules.checking.entity.XzCheckingRoute">
<include refid="selectTable"> <include refid="selectTable">