dever 3 years ago
parent
commit
3bdeb1dc50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/bill/lib/Manage.php

+ 1 - 1
service/bill/lib/Manage.php

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