修改权限管理bug

master
wangwei 2 years ago
parent af692363bd
commit 19910c76c8

@ -111,7 +111,7 @@
<if test="roleKey != null and roleKey != ''">
AND `role_key` = #{roleKey}
</if>
<if test="isCustomer!= '' and isCustomer != null " >
<if test=" isCustomer != null " >
AND `isCustomer` = #{isCustomer}
</if>
<if test="status != null and status != ''">

Loading…
Cancel
Save