过滤
This commit is contained in:
parent
a7773e5c07
commit
1c1fc8976c
@ -131,7 +131,7 @@ class AddedOrderSync extends Command
|
||||
|
||||
$only = ['company_id', 'package_id', 'counts', 'unit_price'];
|
||||
|
||||
DB::table($table)->upsert($data, ['sim', 'order_id'], $only);
|
||||
DB::table($table)->upsert($data, ['sim', 'order_id', 'refunded_at', 'deleted_at'], $only);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user