dever hace 3 años
padre
commit
3bdeb1dc50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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){