Commit 61863067 by huluobin

# update

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