Commit a3cfa3e0 authored by xinglei's avatar xinglei

修改orgCode模糊匹配

parent e2d755af
......@@ -137,7 +137,7 @@
</if>
AND p.is_delete = 0
<if test="name!=null"> AND ( p.point_no LIKE CONCAT('%', #{name},'%') OR p.NAME LIKE CONCAT('%', #{name},'%'))</if>
<if test="orgCode!=null "> and p.org_Code like #{orgCode}</if>
<if test="orgCode!=null "> and p.org_Code like concat(#{orgCode}, '%')</if>
<if test="level!=null "> and p.level = #{level}</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