feat: 导出增加4个字段
This commit is contained in:
parent
6c729bb8bd
commit
95c805efec
@ -569,7 +569,7 @@ func GetArtistUploadStatsListDownload(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
titleList := []string{
|
titleList := []string{
|
||||||
"用户编号", "艺人", "手机号", "最近一次指派人", "可上传视频脚本数", "已上传视频脚本数", "可上传视频数", "已上传视频数", "已释放视频额度", "套餐视频总数", "增值视频总数", "可上传图文数", "已上传图文数", "已释放图文额度", "套餐图文总数", "增值图文总数", "可上传数据数", "已上传数据数", "已释放数据额度", "套餐数据总数", "增值数据总数", "进行中任务数", "已完成任务数",
|
"用户编号", "艺人", "手机号", "最近一次指派人", "可指派视频脚本数", "可上传视频脚本数", "已上传视频脚本数", "可指派视频数", "可上传视频数", "已上传视频数", "已释放视频额度", "套餐视频总数", "增值视频总数", "可指派图文数", "可上传图文数", "已上传图文数", "已释放图文额度", "套餐图文总数", "增值图文总数", "可指派数据数", "可上传数据数", "已上传数据数", "已释放数据额度", "套餐数据总数", "增值数据总数", "进行中任务数", "已完成任务数",
|
||||||
}
|
}
|
||||||
|
|
||||||
var dataList []interface{}
|
var dataList []interface{}
|
||||||
@ -579,18 +579,22 @@ func GetArtistUploadStatsListDownload(c *gin.Context) {
|
|||||||
i.ArtistName,
|
i.ArtistName,
|
||||||
i.TelNum,
|
i.TelNum,
|
||||||
i.LastTaskAssignee,
|
i.LastTaskAssignee,
|
||||||
|
i.AllowVideoScriptCount,
|
||||||
i.PendingVideoScriptCount,
|
i.PendingVideoScriptCount,
|
||||||
i.UploadedVideoScriptCount,
|
i.UploadedVideoScriptCount,
|
||||||
|
i.AllowVideoCount,
|
||||||
i.PendingVideoCount,
|
i.PendingVideoCount,
|
||||||
i.UploadedVideoCount,
|
i.UploadedVideoCount,
|
||||||
i.ReleasedVideoTotal,
|
i.ReleasedVideoTotal,
|
||||||
i.BundleVideoTotal,
|
i.BundleVideoTotal,
|
||||||
i.IncreaseVideoTotal,
|
i.IncreaseVideoTotal,
|
||||||
|
i.AllowPostCount,
|
||||||
i.PendingPostCount,
|
i.PendingPostCount,
|
||||||
i.UploadedPostCount,
|
i.UploadedPostCount,
|
||||||
i.ReleasedPostTotal,
|
i.ReleasedPostTotal,
|
||||||
i.BundlePostTotal,
|
i.BundlePostTotal,
|
||||||
i.IncreasePostTotal,
|
i.IncreasePostTotal,
|
||||||
|
i.AllowDataCount,
|
||||||
i.PendingDataAnalysisCount,
|
i.PendingDataAnalysisCount,
|
||||||
i.UploadedDataAnalysisCount,
|
i.UploadedDataAnalysisCount,
|
||||||
i.ReleasedDataAnalysisTotal,
|
i.ReleasedDataAnalysisTotal,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user