Browse Source

活动排课,资格管理

zouxuan 3 years ago
parent
commit
8fa48227d5

+ 0 - 2
mec-biz/src/main/java/com/ym/mec/biz/service/impl/MusicGroupPaymentCalenderDetailServiceImpl.java

@@ -368,11 +368,9 @@ public class MusicGroupPaymentCalenderDetailServiceImpl extends BaseServiceImpl<
         }
         Long musicGroupPaymentCalenderId = details.get(0).getMusicGroupPaymentCalenderId();
         MusicGroupPaymentCalender musicGroupPaymentCalender = musicGroupPaymentCalenderDao.get(musicGroupPaymentCalenderId);
-
         if (musicGroupPaymentCalender == null) {
             throw new BizException("查询缴费项目失败[{}]", musicGroupPaymentCalender);
         }
-
         long count = 0;
         if (musicGroupPaymentCalender.getPayUserType() == STUDENT) {
             // 是否已缴费