rabin 3 năm trước cách đây
mục cha
commit
180d6d77a0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      service/mail/lib/Manage.php

+ 1 - 0
service/mail/lib/Manage.php

@@ -755,6 +755,7 @@ class Manage
     # 体验店毛利:采购价-成本价
     public function t_buy($where, $shop_id, $shop_name, $per, &$no_t)
     {
+        $where['type'] = 1;
         $where['type_id'] = $shop_id;
         $where['status'] = '5,6';
         $order = Dever::db('shop/buy_order')->getNewAll($where);