@@ -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){