Ver código fonte

整理日志

sunxbiao 7 meses atrás
pai
commit
78b9c26f71

+ 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) {