|
@@ -390,6 +390,7 @@ func (d *DataExport) SuperSearchExport() error {
|
|
|
FileExists: d.GetString("fileExists"), //是否有附件
|
|
|
City: d.GetString("city"), //城市
|
|
|
}
|
|
|
+ selectType := strings.Join(jy.GetVipState(public.Mysql, public.MQFW, userId).GetQueryItems(d.GetString("selectType"), util.Int64All(config.Sysconfig["bidSearchOldUserLimit"])), ",")
|
|
|
//数据回显
|
|
|
d.SetSession("Echo_timeslot", d.GetString("timeslot"))
|
|
|
d.SetSession("Echo_keywords", reqData.Keywords)
|
|
@@ -408,8 +409,7 @@ func (d *DataExport) SuperSearchExport() error {
|
|
|
d.SetSession("Echo_city", reqData.City)
|
|
|
|
|
|
saveData := reqData.PassBidSearchExport()
|
|
|
- saveData["selectType"] = strings.Join(jy.GetVipState(public.Mysql, public.MQFW, userId).
|
|
|
- GetQueryItems(d.GetString("selectType"), util.Int64All(config.Sysconfig["bidSearchOldUserLimit"])), ",")
|
|
|
+ saveData["selectType"] = selectType
|
|
|
saveData["s_openid"] = openid
|
|
|
saveData["s_userid"] = userId
|
|
|
saveData["comeinfrom"] = "supersearchPage"
|