|
@@ -54,7 +54,7 @@
|
|
|
and excel_account_operate_id = #{insAccountExcel.excelAccountOperateId}
|
|
and excel_account_operate_id = #{insAccountExcel.excelAccountOperateId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="insAccountExcel.company!= null and insAccountExcel.company!= ''">
|
|
<if test="insAccountExcel.company!= null and insAccountExcel.company!= ''">
|
|
|
- and company = #{insAccountExcel.company}
|
|
|
|
|
|
|
+ and company like concat('%',#{insAccountExcel.company},'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="insAccountExcel.applicant!= null and insAccountExcel.applicant!= ''">
|
|
<if test="insAccountExcel.applicant!= null and insAccountExcel.applicant!= ''">
|
|
|
and applicant = #{insAccountExcel.applicant}
|
|
and applicant = #{insAccountExcel.applicant}
|
|
@@ -69,7 +69,7 @@
|
|
|
and apply_sector = #{insAccountExcel.applySector}
|
|
and apply_sector = #{insAccountExcel.applySector}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="insAccountExcel.collectionMessage!= null and insAccountExcel.collectionMessage!= ''">
|
|
<if test="insAccountExcel.collectionMessage!= null and insAccountExcel.collectionMessage!= ''">
|
|
|
- and collection_message = #{insAccountExcel.collectionMessage}
|
|
|
|
|
|
|
+ and collection_message like concat('%',#{insAccountExcel.collectionMessage},'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="insAccountExcel.fundFlow!= null and insAccountExcel.fundFlow!= ''">
|
|
<if test="insAccountExcel.fundFlow!= null and insAccountExcel.fundFlow!= ''">
|
|
|
and fund_flow = #{insAccountExcel.fundFlow}
|
|
and fund_flow = #{insAccountExcel.fundFlow}
|