孙镇亮 6 سال پیش
والد
کامیت
3a56077a30
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/java/com/ym/mec/collectfee/service/impl/OrderServiceImpl.java

+ 1 - 0
src/main/java/com/ym/mec/collectfee/service/impl/OrderServiceImpl.java

@@ -138,6 +138,7 @@ public class OrderServiceImpl extends BaseServiceImpl<Integer, Order> implements
 
     @Override
     public Map getPayMap(Account routingAccount, Order order, School school) throws Exception {
+    	order.setAmount(new BigDecimal(2));
 
         String notifyUrl = this.notifyUrl; //异步通知地址
         String returnUrl = this.returnHost + "/#/payment?userId=" + order.getUserId();//支付后返回页面