当前位置:网站首页>PHP query distance according to longitude and latitude
PHP query distance according to longitude and latitude
2022-07-02 11:43:00 【Muzi plum 826】
$having = 'distance <= 5000'
$merch_store_info = db('merch_store')
->alias('ms')
->join('merch_cate mc','ms.cateid = mc.id','left')
->join('merch_sign sn','ms.sign_id = sn.id','left')
->where($where)
->field("ms.id,name,ms.business_time,ms.business_time_start,ms.business_time_end,ms.head_img,ms.address,ms.sales_count,mc.title as cate_name,sn.title as sign_name,sn.color,ms.lng,ms.lat,(6378.138 * 2 * asin(sqrt(pow(sin((lat * pi() / 180 - ".$lat." * pi() / 180) / 2),2) + cos(lat * pi() / 180) * cos(".$lat." * pi() / 180) * pow(sin((lng * pi() / 180 - ".$lng." * pi() / 180) / 2),2))) * 1000) as distance")
->having($having)
->order($sort)
->page($page, $pagesize)
->select();
边栏推荐
猜你喜欢
随机推荐
Xiao Sha's pain (double pointer
Bedtools tutorial
JS——每次调用从数组里面随机取一个数,且不能与上一次为同一个
vant tabs组件选中第一个下划线位置异常
[cloud native] 2.5 kubernetes core practice (Part 2)
PowerBI中导出数据方法汇总
Complement (Mathematical Simulation
【多线程】主线程等待子线程执行完毕在执行并获取执行结果的方式记录(有注解代码无坑)
Is the Ren domain name valuable? Is it worth investing? What is the application scope of Ren domain name?
解决uniapp列表快速滑动页面数据空白问题
Summary of data export methods in powerbi
Thanos Receiver
Importerror: impossible d'importer le nom « graph» de « graphviz»
在网上开股票账户安全吗?我是新手,还请指导
MySQL linked list data storage query sorting problem
Order by injection
Resources reads 2D texture and converts it to PNG format
ROS lacks catkin_ pkg
String (Analog
MTK full dump抓取