Commit 11518b88 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.9' into MVP1.7.9

parents bb09fd91 c25e4a75
......@@ -2144,7 +2144,7 @@
a.INSURANCE_CITY as insuranceCity,
a.INSURANCE_CITY_NAME as insuranceCityName
from t_insurance_detail a
where a.DELETE_FLAG = 0 and a.POLICY_NO is not null and a.POLICY_NO != ""
where a.DELETE_FLAG = 0 and a.BUY_HANDLE_STATUS = 3 and a.POLICY_NO is not null and a.POLICY_NO != ""
<if test="param.policyNo != null and param.policyNo.trim() != ''">
and a.POLICY_NO like concat('%',replace(replace(#{param.policyNo},'_','\_'),'%','\%'),'%')
</if>
......
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