Commit a1259093 authored by 张永's avatar 张永

1

parent e32f237b
...@@ -137,7 +137,7 @@ public class CartQueryServiceImpl implements CartQueryService { ...@@ -137,7 +137,7 @@ public class CartQueryServiceImpl implements CartQueryService {
Map<String,Object> orderSumPayMap = orderSumPayList.get(0); Map<String,Object> orderSumPayMap = orderSumPayList.get(0);
String Status = orderSumPayMap.get("Status")+""; String Status = orderSumPayMap.get("Status")+"";
if(Status.equals("0")) { if(Status.equals("0")) {
rjx.set("totalAmount", orderSumPayMap.get("TotalAmount")); rjx.set("totalAmount", orderSumPayMap.get("TotalSaleAmount")); //没写错,韩 旭让写的
rjx.set("payAmount", orderSumPayMap.get("PayAmount")); rjx.set("payAmount", orderSumPayMap.get("PayAmount"));
rjx.set("payPoint", orderSumPayMap.containsKey("PayPoint")?orderSumPayMap.get("PayPoint"):0); rjx.set("payPoint", orderSumPayMap.containsKey("PayPoint")?orderSumPayMap.get("PayPoint"):0);
rjx.set("totalSaleQty", orderSumPayMap.get("TotalSaleQty")); rjx.set("totalSaleQty", orderSumPayMap.get("TotalSaleQty"));
......
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