Ver código fonte

回调状态

liujc 1 ano atrás
pai
commit
e14fa4e09c

+ 3 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/UserPaymentOrderServiceImpl.java

@@ -192,11 +192,14 @@ public class UserPaymentOrderServiceImpl  implements UserPaymentOrderService {
             case FAIL:
                 newestPayment.setStatus(TradeStatusEnum.failed);
                 newestPayment.setPayFailMsg(order.getErrorMsg());
+                break;
             case PAID:
             case REFUNDED:
                 newestPayment.setStatus(TradeStatusEnum.succeeded);
+                break;
             case CLOSED:
                 newestPayment.setStatus(TradeStatusEnum.close);
+                break;
             case PAYING:
             case WAIT_PAY:
             default:

BIN
cooleshow-user/user-student/.DS_Store