Commit 074a3bf5 authored by fangxinjiang's avatar fangxinjiang

商险办理菜单 待投保 投保中 已投保 和查询一样按保险公司名称精确查询导出-fxj

parent f1283d71
......@@ -452,7 +452,7 @@
and a.DEPT_NO like concat('%',replace(replace(#{param.deptNo},'_','\_'),'%','\%'),'%')
</if>
<if test="param.insuranceCompanyName != null and param.insuranceCompanyName.trim() != ''">
and a.INSURANCE_COMPANY_NAME like concat('%',replace(replace(#{param.insuranceCompanyName},'_','\_'),'%','\%'),'%')
and a.INSURANCE_COMPANY_NAME = #{param.insuranceCompanyName}
</if>
<if test="param.buyType != null">
and a.BUY_TYPE = #{param.buyType}
......
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