Aslee 2 rokov pred
rodič
commit
26f8e695d9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/main/resources/mapper/ClubMapper.xml

+ 1 - 1
src/main/resources/mapper/ClubMapper.xml

@@ -102,7 +102,7 @@
         <if test="townId != null">
             and a.townId = #{townId}
         </if>
-        order by pc.productCount desc, distance
+        order by distance
     </select>
     <select id="checkMobile" resultType="java.lang.Integer">
         select cu.id as clubUserId from cm_brand_club_user cu