zhouqi_1565 设备列表报错

This commit is contained in:
sxu 2025-03-28 10:03:45 +08:00
parent cdf5ba4c62
commit 2d0adc8258
1 changed files with 0 additions and 5 deletions

View File

@ -14,9 +14,7 @@
<when test="'3'.toString() == authPO.roleType.toString()">
SELECT id, parent_id, tree_name, tree_type, biz_type
FROM (select data_id
<!-- ,half_select -->
from (SELECT r.data_id
<!-- , r.half_select -->
FROM sys_role_canteen r
LEFT JOIN sys_role o ON o.role_id = r.role_id
LEFT JOIN sys_user_role u ON r.role_id = u.role_id
@ -59,9 +57,6 @@
<if test="delFlag != null">
AND if_del = #{delFlag}
</if>
<if test="excludeMiddle == 1">
AND t.half_select = 1
</if>
</where>
</when>
<otherwise>