Commit a8083e54 authored by Quxl's avatar Quxl

x

parent 1f9fba6e
...@@ -175,7 +175,7 @@ public class CartRedisServiceImpl implements CartRedisService { ...@@ -175,7 +175,7 @@ public class CartRedisServiceImpl implements CartRedisService {
"sGoodsDesc", "sSpec", "sUnit", "nMinSaleQty", "nSaleUnits", "nSalePrice", "nRealSalePrice", "sGoodsDesc", "sSpec", "sUnit", "nMinSaleQty", "nSaleUnits", "nSalePrice", "nRealSalePrice",
"nTag_CG", "sBrand", "sBrandID", "sCategoryNO", "sGoodTypeID", "sGoodType", "sPromoPaperNos", "nTag_CG", "sBrand", "sBrandID", "sCategoryNO", "sGoodTypeID", "sGoodType", "sPromoPaperNos",
"sWarehouseNO", "sAgentName", "sWarehouseName", "sWarehouseNO", "nStockQty", "nMinDCAmount", "sWarehouseNO", "sAgentName", "sWarehouseName", "sWarehouseNO", "nStockQty", "nMinDCAmount",
"nApID", "nAdID", "sIpInfo", "sDeviceInfo", "sUserBrower"); "nApID", "nAdID", "sIpInfo", "sDeviceInfo", "sUserBrower", "nApSalePrice");
rjx.set("totalCount", datas.size()); rjx.set("totalCount", datas.size());
rjx.set("wmsList", wmsList); rjx.set("wmsList", wmsList);
Map<String, Map<String, Object>> gmm = Util.listToMM(datas, "$", "contractNo", "goodsId", "goodsType", "nIdx", "promoNo"); Map<String, Map<String, Object>> gmm = Util.listToMM(datas, "$", "contractNo", "goodsId", "goodsType", "nIdx", "promoNo");
......
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