Commit 9f3cb592 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/develop' into develop

parents 80cf0683 10f69461
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
and b.COMPANY_NAME = #{insuranceType.insuranceCompanyName} and b.COMPANY_NAME = #{insuranceType.insuranceCompanyName}
</if> </if>
<if test="insuranceType.name != null and insuranceType.name.trim() != ''"> <if test="insuranceType.name != null and insuranceType.name.trim() != ''">
and a.NAME = #{insuranceType.name} and a.NAME like concat('%',replace(replace(#{insuranceType.name},'_','\_'),'%','\%'),'%')
</if> </if>
ORDER BY a.CREATE_TIME DESC ORDER BY a.CREATE_TIME DESC
</select> </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