sunxbiao il y a 6 mois
Parent
commit
78b9c26f71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
         try {
6887
         try {
6888
             $order = Db::name('store_order')->where('status', 0)->where('pay_type', '>', 0)->where('douhuomall', 1)->where('douhuomall_status', 9)->select();
6888
             $order = Db::name('store_order')->where('status', 0)->where('pay_type', '>', 0)->where('douhuomall', 1)->where('douhuomall_status', 9)->select();
6889
             if ($order) {
6889
             if ($order) {
6890
-                log::info("传参数据333========");
6890
+                // log::info("传参数据333========");
6891
                 $gong = app()->make(ProductAttrValueRepository::class);
6891
                 $gong = app()->make(ProductAttrValueRepository::class);
6892
                 $order = $order->toArray();
6892
                 $order = $order->toArray();
6893
                 foreach ($order as $key => $value) {
6893
                 foreach ($order as $key => $value) {