Browse Source

feat:12月活动

Joburgess 4 years ago
parent
commit
7838c576ec

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

@@ -106,6 +106,7 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
                     theoryMoney = new BigDecimal(320);
                     break;
                 case "免考":
+                    theoryMoney = new BigDecimal(0);
                     break;
                 default:
                     throw new BizException("您选择的乐理级别不存在,请核对");