Commit 3bc16182 authored by zhangsen's avatar zhangsen

fix- bug6068 查询添加参数pointName

parent 99806d7f
......@@ -1041,6 +1041,9 @@
<if test="key == 'endDeadline' and value != null and value != ''">
and a.reform_limit_date <![CDATA[ <= ]]> #{value}
</if>
<if test="key == 'pointName' and value != null and value != ''">
and a.biz_info like concat('%"pointName":"', #{value}, '"%')
</if>
</foreach>
</where>
<if test="paramMap.order != null and paramMap.order == 1">
......
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