魏超 5 vuotta sitten
vanhempi
commit
b957869e9c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/main/resources/mapper/HelpActivityMapper.xml

+ 1
- 1
src/main/resources/mapper/HelpActivityMapper.xml Näytä tiedosto

@@ -142,7 +142,7 @@
142 142
                     and t.building_id = #{buildingId}
143 143
                 </if>
144 144
             )
145
-            order by heavy
145
+            order by heavy desc
146 146
     </select>
147 147
 
148 148
     <select id="helpActivityListEffectivePage" resultType="com.huiju.estateagents.entity.HelpActivity">