‘linchangsheng’ 10 月之前
父节点
当前提交
3d38425950
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>