|
|
@@ -299,7 +299,7 @@ public class MusicGroupPaymentCalenderServiceImpl extends BaseServiceImpl<Long,
|
|
|
}
|
|
|
if(musicGroupPaymentCalender.getPaymentType() != ADD_STUDENT){
|
|
|
int count = musicGroupPaymentCalenderDao.queryIntersectionByValidDate(musicGroupId, musicGroupPaymentCalender.getPayUserType(), musicGroupPaymentCalender.getPaymentValidStartDate(),
|
|
|
- musicGroupPaymentCalender.getPaymentValidEndDate(), null);
|
|
|
+ musicGroupPaymentCalender.getPaymentValidEndDate(), musicGroupPaymentCalender.getId());
|
|
|
if (count > 0) {
|
|
|
throw new BizException("缴费有效期存在冲突,请修改缴费有效期");
|
|
|
}
|