Commit fb33552a by huluobin

# 更新

parent 82e6b745
......@@ -43,10 +43,12 @@
or bank_name like concat('%',#{key},'%')
or bank_card_user like concat('%',#{key},'%')
or bank_company like concat('%',#{key},'%')
)
)
</if>
ORDER BY id DESC
limit 10
<if test="key!=null and key !='' ">
limit 10
</if>
</select>
<select id="selectByBankInfo" resultType="com.blt.other.database.model.UserCostFinansysDomain">
......
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