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