Selaa lähdekoodia

fix applyOrder bug

周箭河 5 vuotta sitten
vanhempi
commit
49ff81c13e

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/MusicGroupServiceImpl.java

@@ -572,7 +572,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
         String channelType = "";
 
         StudentPaymentOrder studentPaymentOrder = studentRegistrationService.reAddOrder(userId, amount, orderNo, channelType, courseFee, goodsGroups, goodsList, otherGoodsList, studentRegistration.getMusicGroupId(), ApplyOrder);
-
+        studentPaymentOrder.setVersion(0);
         Date date = new Date();
         
         if(registerPayDto.getIsUseBalancePayment() || amount.doubleValue() == 0){