@@ -382,6 +382,7 @@ public class MusicGroupPaymentCalenderServiceImpl extends BaseServiceImpl<Long,
// 设置批次号
musicGroupPaymentCalender.setBatchNo(batchNo);
+ musicGroupPaymentCalenderDto.setBatchNo(batchNo);
musicGroupPaymentCalenderDao.insert(musicGroupPaymentCalender);