|
@@ -294,7 +294,7 @@ func (this *dataExportPackStruct) GetDataExportRecordList(userId, memberPid stri
|
|
|
returnRow["export_num"] = qutil.Int64All(row["export_num"])
|
|
|
returnRow["deduct_num"] = qutil.Int64All(row["deduct_num"])
|
|
|
//下载地址
|
|
|
- returnRow["down_url"] = row["down_url"]
|
|
|
+ returnRow["down_url"] = config.Config.WebDomain + qutil.ObjToString(row["down_url"])
|
|
|
|
|
|
list = append(list, returnRow)
|
|
|
}
|