Compare commits
No commits in common. "a4eb84500a77bbd36270b850987ae887d8fbaaf9" and "0ae06f9bfbea536144f08644353c0c514508420a" have entirely different histories.
a4eb84500a
...
0ae06f9bfb
@ -48,14 +48,14 @@ class StoreProductPriceLogic extends BaseLogic
|
|||||||
'purchase' => $model['purchase'],
|
'purchase' => $model['purchase'],
|
||||||
'cost' => $model['cost'],
|
'cost' => $model['cost'],
|
||||||
'vip_price' => $model['vip_price'],
|
'vip_price' => $model['vip_price'],
|
||||||
'price' => $model['price'],
|
'price' => $model['vip_price'],
|
||||||
'ot_price' => $model['price']
|
'ot_price' => $model['price']
|
||||||
]);
|
]);
|
||||||
StoreBranchProduct::where('product_id', $model['product_id'])->update([
|
StoreBranchProduct::where('product_id', $model['product_id'])->update([
|
||||||
'purchase' => $model['purchase'],
|
'purchase' => $model['purchase'],
|
||||||
'cost' => $model['cost'],
|
'cost' => $model['cost'],
|
||||||
'vip_price' => $model['vip_price'],
|
'vip_price' => $model['vip_price'],
|
||||||
'price' => $model['price'],
|
'price' => $model['vip_price'],
|
||||||
'ot_price' => $model['price']
|
'ot_price' => $model['price']
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user