|
@@ -204,7 +204,7 @@ public class WxPayService {
|
|
|
|
|
|
String name = transaction.getTradeState().name();
|
|
|
|
|
|
- if (WxTradeState.SUCCESS.equals(name)) {
|
|
|
+ if (WxTradeState.SUCCESS.getType().equals(name)) {
|
|
|
orderInfoService.updateStatusByOrderNo(orderNo, OrderStatus.SUCCESS);
|
|
|
}
|
|
|
return name;
|