|
|
@@ -320,10 +320,10 @@ class Goods extends BaseController
|
|
320
|
320
|
'cost_price'=>$v['cost_price'],
|
|
321
|
321
|
'extension_one'=>5,
|
|
322
|
322
|
'gong_sku_id'=>$v['sku_id'],
|
|
323
|
|
- 'gong_mer_profit' => $v['profit'],
|
|
|
323
|
+ 'gong_mer_profit' => $v['mer_profit'],
|
|
324
|
324
|
'gong_pension' => $v['yanglaojin'],
|
|
325
|
325
|
'gong_market_price' => $v['market_price'],
|
|
326
|
|
- 'plate_mer_profit' => $v['profit']
|
|
|
326
|
+ 'plate_mer_profit' => $v['mer_profit']
|
|
327
|
327
|
]);
|
|
328
|
328
|
$key='';
|
|
329
|
329
|
$num++;
|
|
|
@@ -357,10 +357,10 @@ class Goods extends BaseController
|
|
357
|
357
|
'cost_price'=>$v['cost_price'],
|
|
358
|
358
|
'extension_one'=>5,
|
|
359
|
359
|
'gong_sku_id'=>$v['sku_id'],
|
|
360
|
|
- 'gong_mer_profit' => $v['profit'],
|
|
|
360
|
+ 'gong_mer_profit' => $v['mer_profit'],
|
|
361
|
361
|
'gong_pension' => $v['yanglaojin'],
|
|
362
|
362
|
'gong_market_price' => $v['market_price'],
|
|
363
|
|
- 'plate_mer_profit' => $v['profit']
|
|
|
363
|
+ 'plate_mer_profit' => $v['mer_profit']
|
|
364
|
364
|
]);
|
|
365
|
365
|
$key='';
|
|
366
|
366
|
$num++;
|