接口列表
parent
a0fa0abcde
commit
258122b237
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue