傅行帆 6 anni fa
parent
commit
0ebb76e7b0

+ 1
- 1
CODE/smart-community/property-api/src/main/resources/mapper/TpShopMapper.xml Vedi File

@@ -33,7 +33,7 @@
33 33
         <if test="tpShop.shopStatus != null and tpShop.shopStatus != ''">
34 34
             and t.shop_status  = #{tpShop.shopStatus}
35 35
         </if>
36
-        ORDER BY t.sort
36
+        ORDER BY t.sort, t.update_date desc
37 37
     </select>
38 38
 
39 39
 </mapper>