‘linchangsheng’ 6 months ago
parent
commit
3d38425950
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall-miniapp-service/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-miniapp-service/src/main/resources/mapper/CommonMapper.xml

@@ -86,7 +86,7 @@
                 </foreach>
             </if>
             and a.company_wechat_id = #{companyWechatId}
-        HAVING distance &lt; 50
+        HAVING distance &lt; 50000
         ORDER BY distance
     </select>