|
@@ -118,7 +118,8 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
|
|
|
degreeRegistration.setUpdateTime(nowDate);
|
|
|
degreeRegistrationDao.insert(degreeRegistration);
|
|
|
} else if (degree.getStatus().equals(2)) {
|
|
|
- //throw new BizException("您本次已报名,请勿重复报名");
|
|
|
+ degreeRegistration.setMoney(BigDecimal.ZERO);
|
|
|
+ degreeRegistration.setTheoryMoney(BigDecimal.ZERO);
|
|
|
} else {
|
|
|
degreeRegistration.setMoney(degree.getMoney());
|
|
|
degreeRegistration.setTheoryMoney(degree.getTheoryMoney());
|