同步代码

master
wangwei 2 years ago
parent de29bc6f1a
commit 41ffd0ecf8

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

Loading…
Cancel
Save