@@ -23,7 +23,7 @@
<if test="cityId != null and cityId != ''">
and city_id = #{cityId}
</if>
- ORDER BY weight desc,heavy desc,activity_status,start_date
+ ORDER BY heavy desc,activity_status,start_date
</select>
<select id="getCustomerActivityList" resultType="java.util.Map">
SELECT