Commit 60d8627a authored by fangxinjiang's avatar fangxinjiang

商险规则配置-fxj

parent f7778364
......@@ -127,6 +127,9 @@
<where>
1=1
<if test="(tAutoInsurStandard.standardMin != null and tAutoInsurStandard.standardMin.trim() != '') or (tAutoInsurStandard.standardMax != null and tAutoInsurStandard.standardMax.trim() != '')">
and b.id is not null
</if>
<if test="tAutoInsurStandard != null">
<if test="tAutoInsurStandard.mainId != null and tAutoInsurStandard.mainId.trim() != ''">
AND a.MAIN_ID = #{tAutoInsurStandard.mainId}
......
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