|
|
@@ -865,7 +865,7 @@
|
|
|
agree.insurance_company_id = #{vo.companyId}
|
|
|
</if>
|
|
|
<if test="vo.parterCompanyId != null and vo.parterCompanyId!='' ">
|
|
|
- agree.insurance_company_id = #{vo.parterCompanyId}
|
|
|
+ agree.partner_companies_id = #{vo.parterCompanyId}
|
|
|
</if>
|
|
|
<if test="vo.beginDate != null and vo.beginDate!='' and vo.endDate != null and vo.endDate!=''">
|
|
|
AND iac.createtime BETWEEN #{vo.beginDate} AND #{vo.endDate}
|