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