|
@@ -58,7 +58,7 @@ public class OrderDownConsumer {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if(order.getAutoPay() != null && order.getAutoPay() == 1){
|
|
if(order.getAutoPay() != null && order.getAutoPay() == 1){
|
|
- autoOrderService.subOrder(order);
|
|
|
|
|
|
+ autoOrderService.subOrder(order.getOrderSn(),order.getTradeNo());
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
//更新订单状态
|
|
//更新订单状态
|