Commit 2cf78016 authored by lisong's avatar lisong

修改bug

parent 2b908aed
......@@ -1445,7 +1445,7 @@
<if test="name != null and name != ''">
AND name like concat('%', #{name}, '%')
</if>
<if test="name != null and name != ''">
<if test="pointNo != null and pointNo != ''">
AND point_no like concat('%', #{pointNo}, '%')
</if>
ORDER BY create_date desc
......@@ -1457,7 +1457,7 @@
<if test="name != null and name != ''">
AND name like concat('%', #{name}, '%')
</if>
<if test="name != null and name != ''">
<if test="pointNo != null and pointNo != ''">
AND point_no like concat('%', #{pointNo}, '%')
</if>
</select>
......
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