接口列表

master
chaiyapeng 2024-09-03 14:34:54 +08:00
parent a0fa0abcde
commit 258122b237
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
LEFT JOIN sys_user ON connector_user.user_id = sys_user.user_id
LEFT JOIN connector ON connector_user.connector_id = connector.connector_id
<where>
<if test="remark!='管理员' ">
<if test="remark=='普通用户' ">
and sys_user.user_id=#{userId}
</if>
</where>