傅行帆 6 years ago
parent
commit
22b14dc820

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

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