|
|
@@ -615,6 +615,22 @@ public class StatisticsDataServiceImpl implements StatisticsDataService {
|
|
|
//超期购买 中间隔断一个月购买的用户数
|
|
|
Integer overMjPayNumOfUser = statisticsExportMapper.getOverPayByGoodsId(null, midJourneyMonthSkuId, lastMonth, thisMonth, nextMonth);
|
|
|
|
|
|
+ //油管年付
|
|
|
+ Long ybGoodsId = 5l;
|
|
|
+ Integer youtubeNumOfRenewals = statisticsExportMapper.getYearNumOfRenewalsByGoodsId(ybGoodsId, lastElevMonth, lastYearMonth);
|
|
|
+ //实际续费人数
|
|
|
+ Integer youtubeActualNumberOfRenewals = statisticsExportMapper.getActualNumberOfRenewalsByGoodsId(ybGoodsId, lastElevMonth, lastYearMonth);
|
|
|
+ //声破天 续费数据
|
|
|
+ Long spGoodsId = 4l;
|
|
|
+ Integer spotifyNumOfRenewals = statisticsExportMapper.getYearNumOfRenewalsByGoodsId(spGoodsId, lastElevMonth, lastYearMonth);
|
|
|
+ //实际续费人数
|
|
|
+ Integer spotifyActualNumberOfRenewals = statisticsExportMapper.getActualNumberOfRenewalsByGoodsId(spGoodsId, lastElevMonth, lastYearMonth);
|
|
|
+ //迪士尼年付
|
|
|
+ Long dsGoodsId = 3l;
|
|
|
+ Integer disneyNumOfRenewals = statisticsExportMapper.getYearNumOfRenewalsByGoodsId(dsGoodsId, lastElevMonth, lastYearMonth);
|
|
|
+ //实际续费人数
|
|
|
+ Integer disneyActualNumberOfRenewals = statisticsExportMapper.getActualNumberOfRenewalsByGoodsId(dsGoodsId, lastElevMonth, lastYearMonth);
|
|
|
+
|
|
|
//流媒体当月首单
|
|
|
Integer monthStreamingNewNumOfUser = statisticsExportMapper.getMonthStreamingNewNumOfUser(thisMonth, nextMonth);
|
|
|
|
|
|
@@ -689,6 +705,12 @@ public class StatisticsDataServiceImpl implements StatisticsDataService {
|
|
|
.setMonthlyNewUserOrdersMoney(monthlyNewUserOrdersMoney)
|
|
|
.setMonthlyBeforeUserOrders(monthlyBeforeUserOrders)
|
|
|
.setMonthlyBeforeUserOrdersMoney(monthlyBeforeUserOrdersMoney)
|
|
|
+ .setYoutubeNumOfRenewals(youtubeNumOfRenewals)
|
|
|
+ .setYoutubeActualNumberOfRenewals(youtubeActualNumberOfRenewals)
|
|
|
+ .setSpotifyNumOfRenewals(spotifyNumOfRenewals)
|
|
|
+ .setSpotifyActualNumberOfRenewals(spotifyActualNumberOfRenewals)
|
|
|
+ .setDisneyNumOfRenewals(disneyNumOfRenewals)
|
|
|
+ .setDisneyActualNumberOfRenewals(disneyActualNumberOfRenewals)
|
|
|
;
|
|
|
// .setNfTicketNumOfUser(nfTicketNumOfUser)
|
|
|
// .setAiTicketNumOfUser(aiTicketNumOfUser)
|