|
|
@@ -3226,8 +3226,10 @@ class StoreOrderRepository extends BaseRepository
|
|
|
// $splitData[$v['product_id']] = $v['num'];
|
|
|
//
|
|
|
// }
|
|
|
+ var_dump($order['orderProduct']);
|
|
|
foreach ($order['orderProduct'] as $k => $v){
|
|
|
$num=0;
|
|
|
+ var_dump($v);
|
|
|
$cart_info = StoreCart::where(['cart_id' => $v['cart_id'], 'product_id' => $v['product_id']])->find();
|
|
|
foreach ($data as &$vv){
|
|
|
if ($vv['product_id'] == $v['product_id']){
|