傅行帆 5 anni fa
parent
commit
80f3c546dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/main/resources/mapper/Activity.xml

+ 1
- 1
src/main/resources/mapper/Activity.xml Vedi File

@@ -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