commit
c7f1aba6fe
@ -247,6 +247,7 @@ class ShopsController extends Controller
|
||||
foreach ($subCols['branch_account_cols'] as $accountCols) {
|
||||
foreach ($accountCols['shipp_address_cols'] as $item) {
|
||||
$item['wp_code'] = $subCols['wp_code'];
|
||||
unset($item['r1_expires_at'], $item['r1_expires_in'], $item['r2_expires_at'], $item['r2_expires_in'], $item['w1_expires_at'], $item['w1_expires_in'], $item['w2_expires_at'], $item['w2_expires_in']);
|
||||
ShopSender::query()->updateOrCreate(
|
||||
['shop_id' => $shopId, 'shop_ship_id' => $shopShip->id, 'detail' => $item['detail']],
|
||||
$item
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user