Compare commits
2 Commits
0ae06f9bfb
...
a4eb84500a
Author | SHA1 | Date | |
---|---|---|---|
a4eb84500a | |||
f9d969c85c |
@ -48,14 +48,14 @@ class StoreProductPriceLogic extends BaseLogic
|
||||
'purchase' => $model['purchase'],
|
||||
'cost' => $model['cost'],
|
||||
'vip_price' => $model['vip_price'],
|
||||
'price' => $model['vip_price'],
|
||||
'price' => $model['price'],
|
||||
'ot_price' => $model['price']
|
||||
]);
|
||||
StoreBranchProduct::where('product_id', $model['product_id'])->update([
|
||||
'purchase' => $model['purchase'],
|
||||
'cost' => $model['cost'],
|
||||
'vip_price' => $model['vip_price'],
|
||||
'price' => $model['vip_price'],
|
||||
'price' => $model['price'],
|
||||
'ot_price' => $model['price']
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user