@@ -68,6 +68,8 @@ func GetCygxActivityVoiceCount(condition string, pars []interface{}) (count int,
func GetCygxActivityVoiceReqList(activityId int) (items []*CygxActivityVoiceReq, err error) {
o := orm.NewOrm()
sql := `SELECT
+ background_img,
+ share_img,
activity_voice_id,
voice_url AS url,
voice_name AS name,