Merge remote-tracking branch 'origin/master'

master
anthonywj 2 years ago
commit f7ea7cc4d8

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

Loading…
Cancel
Save