|
|
|
@@ -717,6 +717,7 @@ |
|
|
|
#{idItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
order by cu.`active_time` DESC |
|
|
|
<!--<if test=" null != sortColumns">order by ${sortColumns}</if>--> |
|
|
|
</sql> |
|
|
|
|
|
|
|
@@ -790,6 +791,7 @@ |
|
|
|
#{idItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
order by cu.`active_time` DESC |
|
|
|
<!-- <if test=" null != sortColumns">order by ${sortColumns}</if>--> |
|
|
|
</sql> |
|
|
|
|
|
|
|
@@ -801,7 +803,6 @@ |
|
|
|
<if test=" null != begin "> |
|
|
|
limit #{begin}, #{limit} |
|
|
|
</if> |
|
|
|
order by cu.`active_time` DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findVoList1" resultMap="VoBaseResultMap"> |
|
|
|
@@ -814,7 +815,6 @@ |
|
|
|
<if test=" null != basicInfo.begin "> |
|
|
|
limit #{basicInfo.begin}, #{basicInfo.limit} |
|
|
|
</if> |
|
|
|
order by cu.`active_time` DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="countVoList" parameterType="com.iformall.domain.po.WxCUserBasicInfo" resultType="java.lang.Integer"> |
|
|
|
|