...
|
...
|
@@ -53,7 +53,7 @@ class Client extends Base |
|
|
$activity=Db::name('verification_activity')
|
|
|
->alias('a')
|
|
|
->join('verification_store b','a.verification_store_id=b.id')
|
|
|
->field('a.*,b.address,b.name,b.phone')
|
|
|
->field('a.*,b.address,b.name,b.phone as store_phone')
|
|
|
->where($where)->find();
|
|
|
if(!empty($activity)){
|
|
|
$store = Db::name('verification_store')->where(['id'=>$activity['verification_store_id']])->field('lat,lng')->find();
|
...
|
...
|
|