Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-php into dev
This commit is contained in:
commit
a1c0c8e36d
@ -66,8 +66,8 @@ class StoreProcessing extends BaseController
|
||||
// 'mer_id' => $order['mer_id'],
|
||||
// 'financial_record_sn' => $financeSn . '2'
|
||||
// ];
|
||||
unset($order['order_id'], $order['orderProduct'], $order['user'], $order['supply_chain_rate'], $order['logistics_code'], $order['logistics_phone']);
|
||||
$order_id = Db::name('store_order_other')->insertGetId($order);
|
||||
unset($order['order_id'], $order['orderProduct'], $order['user'], $order['supply_chain_rate'], $order['logistics_code'], $order['logistics_phone'],$order['consumption_money']);
|
||||
$order_id = Db::name('store_order_other')->strict(false)->insertGetId($order);
|
||||
|
||||
foreach ($arr as $key => $value) {
|
||||
$arr[$key]['order_id'] = $order_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user