`id`,`tenant_id`,`parent_tenant_id`,`cuser_id`,`invitation_code`,`liaison_man`,`liaison_phone`,
`tt_user_name`,`tt_count_fans`,`bussiness_types`,`explains`,
`remark`,`handle_status`,`create_date`,`update_date`
where `is_del` = 0
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `cuser_id` = #{cuserId}
and `invitation_code` = #{invitationCode}
and `liaison_man` like concat('%', #{liaisonMan},'%')
and `liaison_phone` like concat('%', #{liaisonPhone},'%')
and `tt_user_name` like concat('%', #{ttUserName},'%')
and `handle_status` = #{handleStatus}
and `create_date` >= #{startdate}
and `create_date` <= #{enddate}
and `id` in
#{idItem}
order by ${sortColumns}