|
|
@@ -841,7 +841,7 @@ |
|
|
and credit.create_date < #{basicInfo.creditEndTime} |
|
|
and credit.create_date < #{basicInfo.creditEndTime} |
|
|
</if>) as lesCredit |
|
|
</if>) as lesCredit |
|
|
from wx_c_user_basic_info cu |
|
|
from wx_c_user_basic_info cu |
|
|
left join wx_c_user_tags cut on cut.`id` = cu.`tag_id` |
|
|
|
|
|
|
|
|
left join wx_c_user_tags${basicInfo.shardFinalTableSuffix} cut on cut.`id` = cu.`tag_id` |
|
|
<include refid="dynamicVoWhereConditions1"/> |
|
|
<include refid="dynamicVoWhereConditions1"/> |
|
|
<if test=" null != basicInfo.begin "> |
|
|
<if test=" null != basicInfo.begin "> |
|
|
limit #{basicInfo.begin}, #{basicInfo.limit} |
|
|
limit #{basicInfo.begin}, #{basicInfo.limit} |
|
|
|