Commit 919e83a0 by liyanlin

fix

parent d438fb0f
......@@ -41,7 +41,7 @@
where bank_card is not null
and bank_card_user is not null
<if test="key!=null and key !='' ">
(bank_card like concat('%',#{key},'%')
and (bank_card like concat('%',#{key},'%')
or bank_name like concat('%',#{key},'%')
or bank_card_user like concat('%',#{key},'%')
or bank_company like concat('%',#{key},'%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment