Commit 2cd54ce0 authored by Quxl's avatar Quxl

x

parent 8338514f
......@@ -237,7 +237,7 @@ public class OrderServiceImpl implements OrderService {
map.put("nIdx", ++nIdx);
map.put("sPayTypeID", "WxPay");
map.put("sPayType", "微信支付(小程序)");
map.put("nPayAmount", nPayAmount);
map.put("nPayAmount", nPayAmount.divide(new BigDecimal(100)));
map.put("sOutTradeNO", sOutTradeNO);
map.put("nPayDisAmount", BigDecimal.ZERO);
map.put("dPayDateTime", dPayDateTime);
......
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