Commit f05f4b96 authored by Quxl's avatar Quxl

x

parent b5bbb224
......@@ -155,7 +155,7 @@ public class CartRedisServiceImpl implements CartRedisService {
Util.replaceKey(datas, ":", false, "sShopNO:shopNo", "sAgentContractNO:contractNo", "nGoodsID:goodsId",
"sGoodsDesc:goodsName", "nSaleQty:saleQty", "sPromoPaperNO:promoNo",
"sPromoActionTypeID:promoTypeId", "nMinSaleQty:minOrderQty", "sUnit:priceUnit",
"nSaleUnits:orderUnit", "nRealSalePrice:price", "nMarketPrice:marketPrice", "nProfitMargin:profitMargin", "sSpec:basicInfoSpec", "sURL:imgPath",
"nSaleUnits:orderUnit", "nSalePrice:salePrice", "nRealSalePrice:price", "nMarketPrice:marketPrice", "nProfitMargin:profitMargin", "sSpec:basicInfoSpec", "sURL:imgPath",
"sCategoryNO:categoryNo", "sPromoName:promoMsg", "nAgentID:agentId", "sAgentName:agentName",
"dLastUpdateTime:lastUpdateTime", "sWarehouseNO:warehouseNo", "sBrandID:brandId",
"nStockQty:stockQty", "sBrand:brandName", "nTag:goodsType", "sPromoGroupNO:groupNo");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment