|
@@ -115,7 +115,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
vipDataTypes.add("VIP_GROUP_COURSE");
|
|
|
vipDataTypes.add("VIP_GROUP_ONLINE_COURSE");
|
|
|
vipDataTypes.add("VIP_GROUP_OFFLINE_COURSE");
|
|
|
- List<IndexBaseMonthData> indexBaseDataList = indexBaseMonthDataDao.getIndexBaseDataList(organIds, vipDataTypes, startDate.toString(), endDate.toString());
|
|
|
+ List<IndexBaseMonthData> indexBaseDataList = indexBaseMonthDataDao.getVipCourseDataList(organIds, vipDataTypes, startDate.toString(), endDate.toString());
|
|
|
if(!CollectionUtils.isEmpty(indexBaseDataList)){
|
|
|
for (IndexBaseMonthData indexBaseMonthData : indexBaseDataList) {
|
|
|
if(StringUtils.isBlank(indexBaseMonthData.getExtendInfo())){
|