支付回调修改
This commit is contained in:
@@ -104,7 +104,7 @@ public class WuyouController {
|
||||
|
||||
log.info("无忧支付回调成功, 参数: {}", JSONObject.toJSONString(notifyDto));
|
||||
|
||||
Orders order = ordersService.selectOrderByOrdersNo(notifyDto.getOutTradeNo());
|
||||
Orders order = ordersService.selectOrderByTradeNo(notifyDto.getOutTradeNo());
|
||||
if (order == null) {
|
||||
log.error("无忧支付回调订单不存在, 参数: {}", JSONObject.toJSONString(notifyDto));
|
||||
return "订单不存在";
|
||||
|
||||
Reference in New Issue
Block a user