|
@@ -799,6 +799,7 @@ class Manage
|
|
|
$w['l_num'] = $data[$k]['citys']['l_num'];
|
|
|
$w['l_price'] = $shop_area['price'];
|
|
|
$w['l_fprice'] = $data[$k]['citys']['l_fprice'];
|
|
|
+ $w['parent_id'] = -1;
|
|
|
|
|
|
$shop = Dever::db('mail/area_stat')->find(array('month'=>$w['month'],'name'=>$data[$k]['citys']['area']));
|
|
|
if(!$shop){
|