|
@@ -519,6 +519,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
throw new BizException("排队人数过多,请重试");
|
|
throw new BizException("排队人数过多,请重试");
|
|
}
|
|
}
|
|
if (paidZeroFlag) {
|
|
if (paidZeroFlag) {
|
|
|
|
+ studentPaymentOrder.setVersion(0);
|
|
String code = firstPaidZeroFlag ? "200" : "205";
|
|
String code = firstPaidZeroFlag ? "200" : "205";
|
|
studentPaymentOrder.setPaymentAccountNo(code);
|
|
studentPaymentOrder.setPaymentAccountNo(code);
|
|
studentPaymentOrderService.update(studentPaymentOrder);
|
|
studentPaymentOrderService.update(studentPaymentOrder);
|