|
@@ -314,7 +314,7 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public Boolean updateStatus(StudentPaymentOrder studentPaymentOrder) {
|
|
public Boolean updateStatus(StudentPaymentOrder studentPaymentOrder) {
|
|
- DegreeRegistration degree = degreeRegistrationDao.getLock(studentPaymentOrder.getUserId());
|
|
|
|
|
|
+ DegreeRegistration degree = degreeRegistrationDao.getLock(studentPaymentOrder.getClassGroupId());
|
|
|
|
|
|
int updateCount = studentPaymentOrderService.update(studentPaymentOrder);
|
|
int updateCount = studentPaymentOrderService.update(studentPaymentOrder);
|
|
if (updateCount <= 0) {
|
|
if (updateCount <= 0) {
|