|
|
@@ -2548,6 +2548,7 @@ namespace SiteCore.Handler
|
|
|
}
|
|
|
ceErpTradeCell.ProductId = tmcHelper.getProductIdByName(item.cate3Id);
|
|
|
ceErpTradeCell.isDianziOrder = item.isDianziOrder;
|
|
|
+ ceErpTradeCell.payment = string.IsNullOrEmpty(item.splitAmount) ? 0 : Convert.ToDouble(item.splitAmount);
|
|
|
ceErpTradeCellExtend.spu_id = item.spuId;
|
|
|
ceErpTradeCellExtend = commonHelper.sendSpuData(ceErpTradeCell, ceErpTradeCellExtend);
|
|
|
if (ceErpTradeCellExtend != null)
|