孙镇亮 6 years ago
parent
commit
3a56077a30

+ 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();//支付后返回页面