|
@@ -611,7 +611,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
|
|
|
//乐保
|
|
|
if (registerPayDto.getBuyMaintenance()) {
|
|
|
- if ("".equals(maintenanceGoodsId)) {
|
|
|
+ if (StringUtils.isEmpty(maintenanceGoodsId)) {
|
|
|
throw new BizException("有乐器才能购买乐保,请核查");
|
|
|
}
|
|
|
MusicGroupPaymentCalenderRepair calenderRepair = musicGroupPaymentCalenderRepairService.findByCalenderId(studentPaymentOrder.getCalenderId());
|