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