正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -53,7 +53,7 @@ class Client extends Base | @@ -53,7 +53,7 @@ class Client extends Base | ||
| 53 | $activity=Db::name('verification_activity') | 53 | $activity=Db::name('verification_activity') |
| 54 | ->alias('a') | 54 | ->alias('a') |
| 55 | ->join('verification_store b','a.verification_store_id=b.id') | 55 | ->join('verification_store b','a.verification_store_id=b.id') |
| 56 | - ->field('a.*,b.address,b.name,b.phone') | 56 | + ->field('a.*,b.address,b.name,b.phone as store_phone') |
| 57 | ->where($where)->find(); | 57 | ->where($where)->find(); |
| 58 | if(!empty($activity)){ | 58 | if(!empty($activity)){ |
| 59 | $store = Db::name('verification_store')->where(['id'=>$activity['verification_store_id']])->field('lat,lng')->find(); | 59 | $store = Db::name('verification_store')->where(['id'=>$activity['verification_store_id']])->field('lat,lng')->find(); |
-
请 注册 或 登录 后发表评论