|
@@ -741,6 +741,8 @@ class Manage
|
|
if($v['city']>0){
|
|
if($v['city']>0){
|
|
$where['area'] = $v['city'];
|
|
$where['area'] = $v['city'];
|
|
$data[$k]['citys']['area'] = $v['province'].','.$v['city'];
|
|
$data[$k]['citys']['area'] = $v['province'].','.$v['city'];
|
|
|
|
+ $where['parent_type'] = '1,3';
|
|
|
|
+ // print_R($where);die;
|
|
$jia = $this->caigou($where);
|
|
$jia = $this->caigou($where);
|
|
// $data[$k]['citys']['money'] = Dever::db('shop/buy_order')->getSerachMoney($where);
|
|
// $data[$k]['citys']['money'] = Dever::db('shop/buy_order')->getSerachMoney($where);
|
|
$data[$k]['citys']['price']= $jia['money'] * 0.01;
|
|
$data[$k]['citys']['price']= $jia['money'] * 0.01;
|