|
@@ -138,7 +138,7 @@ public class StudentPaymentRouteOrderServiceImpl extends BaseServiceImpl<Long, S
|
|
|
if (studentPaymentRouteOrder.getCalenderId() != null) {
|
|
|
MusicGroupPaymentCalender musicGroupPaymentCalender = musicGroupPaymentCalenderDao.getSchoolCalender(studentPaymentRouteOrder.getCalenderId());
|
|
|
if (musicGroupPaymentCalender == null) {
|
|
|
- throw new BizException("学校缴费单号(审核通过的)不存在,请核查");
|
|
|
+ throw new BizException("学校缴费单号(审核通过)不存在,请核查");
|
|
|
}
|
|
|
}
|
|
|
Date nowDate = new Date();
|