|
@@ -70,10 +70,10 @@ class SyncMjWarehouse extends Command {
|
70
|
70
|
$up['totalCost'] = isset($sku['totalCost']) ? $sku['totalCost'] : 0;
|
71
|
71
|
if($up['quantity'] != 0 ){
|
72
|
72
|
$up['realPrice'] = $up['totalCost'] / $up['quantity'];
|
73
|
|
- $up['outPrice'] = ceil($up['realPrice'] * 115)/100;
|
|
73
|
+// $up['outPrice'] = ceil($up['realPrice'] * 115)/100;
|
74
|
74
|
} else {
|
75
|
75
|
$up['realPrice'] = 0;
|
76
|
|
- $up['outPrice'] = 0;
|
|
76
|
+// $up['outPrice'] = 0;
|
77
|
77
|
}
|
78
|
78
|
$up['cost'] = isset($sku['cost']) ? $sku['cost'] : 0;
|
79
|
79
|
//实际库存=库存-冻结
|