|
@@ -34,7 +34,7 @@ public class IncrementOrderImpl implements OrderStrategy {
|
|
|
|
|
|
@Override
|
|
|
public void handleOrder(String orderSn, String tradeNo, String openId, int paymentTypeName, Long spaceId) throws Exception {
|
|
|
- IncrementOrder responseIncrementOrder = incrementOrderService.getByOrderSnNoPay(orderSn);
|
|
|
+ IncrementOrder responseIncrementOrder = incrementOrderService.getByOrderSn(orderSn);
|
|
|
if (responseIncrementOrder == null) {
|
|
|
log.error("找不到订单:" + orderSn);
|
|
|
throw new Exception("找不到订单,out_trade_no错误");
|