傅行帆 5 年前
父节点
当前提交
80f3c546dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/Activity.xml

+ 1
- 1
src/main/resources/mapper/Activity.xml 查看文件

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