`id`,`tenant_id`,`parent_tenant_id`,`merchant_id`,`receiver_type`,`receiver_account`,`receiver_comments`,`create_time`,`update_time`,`sharing_type`,`bank_no`,`true_name`,`bank_code`,`status`,`parameter`,`is_use`
,`tt_import_status`,`tt_import_url`,`tt_balance_url`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `merchant_id` = #{merchantId}
and `receiver_type` = #{receiverType}
and `receiver_account` like concat('%', #{receiverAccount},'%')
and `receiver_comments` like concat('%', #{receiverComments},'%')
and `create_time` = #{createTime}
and `update_time` = #{updateTime}
and `sharing_type` = #{sharingType}
and `bank_no` like concat('%', #{bankNo},'%')
and `true_name` like concat('%', #{trueName},'%')
and `bank_code` like concat('%', #{bankCode},'%')
and `status` = #{status}
and `is_use` = #{isUse}
and `tt_import_status` -> '$.wx' = #{wxImportStatus}
and `tt_import_status` -> '$.alipay' = #{alipayImportStatus}
and `tt_import_status` -> '$.hz' = #{hzImportStatus}
and id in
#{idItem}
order by ${sortColumns}