|
@@ -330,7 +330,7 @@ class Manage
|
|
foreach($data as $k => $v){
|
|
foreach($data as $k => $v){
|
|
$month = date('Y-m',$v['month'])."\t";
|
|
$month = date('Y-m',$v['month'])."\t";
|
|
$shop = Dever::db('shop/info')->find(array('id'=>$v['shop_id']));
|
|
$shop = Dever::db('shop/info')->find(array('id'=>$v['shop_id']));
|
|
- if ($shop['type'] != 2) {
|
|
|
|
|
|
+ if ($shop['type'] != 1) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
if($shop['mid'] && $shop['mid'] >0){
|
|
if($shop['mid'] && $shop['mid'] >0){
|