sunxbiao 6 ヶ月 前
コミット
78b9c26f71
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -6887,7 +6887,7 @@ class StoreOrderRepository extends BaseRepository
6887 6887
         try {
6888 6888
             $order = Db::name('store_order')->where('status', 0)->where('pay_type', '>', 0)->where('douhuomall', 1)->where('douhuomall_status', 9)->select();
6889 6889
             if ($order) {
6890
-                log::info("传参数据333========");
6890
+                // log::info("传参数据333========");
6891 6891
                 $gong = app()->make(ProductAttrValueRepository::class);
6892 6892
                 $order = $order->toArray();
6893 6893
                 foreach ($order as $key => $value) {