|
@@ -75,7 +75,7 @@ public class WxApiService {
|
|
|
}
|
|
|
|
|
|
public ResultVo<WxPayOrder> createPayOrder(WxPayOrder order) {
|
|
|
- order.setTotalFee(new BigDecimal(0.01));
|
|
|
+// order.setTotalFee(new BigDecimal(0.01));
|
|
|
WxPayOrder existOrder = getExistOrder(order);
|
|
|
if (null != existOrder) {
|
|
|
if (existOrder.getTradeState() == Transaction.TradeStateEnum.SUCCESS
|