Commit 7e2a52e7 by huluobin

# update

parent 13cc1938
......@@ -327,16 +327,16 @@
<foreach collection="req.keys" item="key" index="index">
<if test="key != null and key != '' ">or t1.cost_plan_no = #{key}</if>
</foreach>
<foreach collection="keys" item="key" index="index">
<foreach collection="req.keys" item="key" index="index">
<if test="key != null and key != '' ">or t1.cost_no LIKE CONCAT('%',#{key},'%')</if>
</foreach>
<foreach collection="keys" item="key" index="index">
<foreach collection="req.keys" item="key" index="index">
<if test="key != null and key != '' ">or t1.type_name LIKE CONCAT('%',#{key},'%')</if>
</foreach>
<foreach collection="keys" item="key" index="index">
<foreach collection="req.keys" item="key" index="index">
<if test="key != null and key != '' ">or t1.company_name LIKE CONCAT('%',#{key},'%')</if>
</foreach>
<foreach collection="keys" item="key" index="index">
<foreach collection="req.keys" item="key" index="index">
<if test="key != null and key != '' ">or t1.bank_card_user LIKE CONCAT('%',#{key},'%')</if>
</foreach>
)
......
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