WIN-2308041133\Administrator 3 hónapja
szülő
commit
b01f155087

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

@@ -2427,7 +2427,7 @@ class StoreOrderRepository extends BaseRepository
         $res['integral'] = (int)$res['integral'];
         $cart = explode(",", $res['cart_id']);
 
-        $res['verify_num'] = StoreCart::where('cart_id','in',$cart)->sum('verif_num');
+        $res['verify_num'] = StoreCart::where('cart_id','in',$cart)->sum('verify_num');
         $res['not_verify_num'] = bcsub($res['total_num'],$res['verify_num'],0);
         // 返回包含附加信息的查询结果
         return $res->append(['refund_extension_one', 'refund_extension_two']);