|
|
@@ -255,10 +255,10 @@
|
|
|
and iss.channel = #{param.channel}
|
|
|
</if>
|
|
|
<if test="param.licenseNo != null and param.licenseNo != ''">
|
|
|
- and iss.licenseno = #{param.licenseNo}
|
|
|
+ and ivs.licenseno = #{param.licenseNo}
|
|
|
</if>
|
|
|
<if test="param.insuredName != null and param.insuredName != ''">
|
|
|
- and iss.insured_name = #{param.insuredName}
|
|
|
+ and ivs.insured_name = #{param.insuredName}
|
|
|
</if>
|
|
|
<if test="param.insuranceId != null and param.insuranceId != ''">
|
|
|
and ivs.insurance_id = #{param.insuranceId}
|
|
|
@@ -275,9 +275,6 @@
|
|
|
<if test="param.insuranceDept != null and param.insuranceDept != ''">
|
|
|
and ivs.insurance_dept = #{param.insuranceDept}
|
|
|
</if>
|
|
|
- <if test="param.operationsTeam != null and param.operationsTeam != ''">
|
|
|
- and iss.operations_team = #{param.operationsTeam}
|
|
|
- </if>
|
|
|
<if test="param.insuranceType != null and param.insuranceType != ''">
|
|
|
and ivs.risk = #{param.insuranceType}
|
|
|
</if>
|