Commit 7db9d4c3 authored by hongguangwu's avatar hongguangwu

MVP1.5.2-开户行

parent 54a026c2
......@@ -47,7 +47,7 @@
AND a.ID = #{tBankSet.id}
</if>
<if test="tBankSet.bankName != null and tBankSet.bankName.trim() != ''">
AND a.BANK_NAME = #{tBankSet.bankName}
AND a.BANK_NAME like concat('%', #{tBankSet.bankName},'%')
</if>
<if test="tBankSet.createBy != null and tBankSet.createBy.trim() != ''">
AND a.CREATE_BY = #{tBankSet.createBy}
......
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