傅行帆 6 yıl önce
ebeveyn
işleme
22b14dc820

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/TpShopMapper.xml Dosyayı Görüntüle

@@ -33,6 +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 37
     </select>
37 38
 
38 39
 </mapper>