Browse Source

sql

release_toaliyun_real
xhxu 5 years ago
parent
commit
4d6c02bdb8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml View File

@@ -811,8 +811,8 @@
left join wx_c_user c on c.user_id = cu.id
left join wx_c_user_tags cut on cut.`id` = cu.`tag_id`
<include refid="dynamicVoWhereConditions1"/>
<if test=" null != begin ">
limit #{begin}, #{limit}
<if test=" null != basicInfo.begin ">
limit #{basicInfo.begin}, #{basicInfo.limit}
</if>
order by cu.`active_time` DESC
</select>


Loading…
Cancel
Save