|
|
|
@@ -829,7 +829,9 @@ |
|
|
|
|
|
|
|
<select id="findVoList1" resultMap="VoBaseResultMap"> |
|
|
|
select |
|
|
|
<include refid="allVoColumns"/> |
|
|
|
cu.`id`,cu.`name`,cu.`sex`,cu.`phone`,cu.`nick_name`,cu.`education`,cu.`birthdate`,cu.`address`, |
|
|
|
cu.`active_time`,cu.`create_date`,cu.`poins`,cu.`credit`, |
|
|
|
cut.`tags` |
|
|
|
<!-- ,(select ifnull(sum(credit.credit_num),0) amount from wx_credit_history${basicInfo.shardFinalTableSuffix} credit--> |
|
|
|
<!-- where credit.`tenant_id` = #{basicInfo.finalTenantId}--> |
|
|
|
<!-- and credit.credit_num > 0 and credit.c_user_id = cu.id--> |
|
|
|
|