Przeglądaj źródła

Merge branch 'zx_saas_2022_05_06' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 3 lat temu
rodzic
commit
f0a750555d

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/MusicGroupPaymentCalenderServiceImpl.java

@@ -1314,7 +1314,7 @@ public class MusicGroupPaymentCalenderServiceImpl extends BaseServiceImpl<Long,
             classGroupIds.add(adjust.getMasterClassGroupId());
             classGroupService.batchUpdateLockByClassGroupIds(classGroupIds, 0);
             musicGroupStudentClassAdjustDao.delete(adjust.getId());
-            musicGroupPaymentCalenderStudentDetailDao.delByBatchNo(adjust.getBatchNo());
+            musicGroupPaymentCalenderStudentDetailDao.delByBatchNo(calender.getBatchNo());
         }
 
         if (calender.getPaymentType() == PaymentType.MUSIC_APPLY) {