|
@@ -627,10 +627,11 @@ class Manage
|
|
|
$where['state'] = 1;
|
|
|
|
|
|
$data = array();
|
|
|
- $shop = Dever::db('shop/info')->getAreaAll(array('state'=>1));
|
|
|
- foreach($shop as $k=>$v){
|
|
|
- $data[$v['city']]=$v;
|
|
|
- }
|
|
|
+ $data = Dever::db('shop/info')->getAreaAll(array('state'=>1));
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
foreach($data as $k => $v){
|
|
|
$w['month'] = $where['start'];
|
|
|
|