|
@@ -56,6 +56,7 @@ var MedicalFunctionCode = "lyh_yl_ylbxss"
|
|
|
func init() {
|
|
|
xweb.AddAction(&Pcsearch{})
|
|
|
industrylist, sortArray = jy.Getindustrys(util.ObjToString(config.Sysconfig["industry"]), mongodb)
|
|
|
+ log.Println("!!!!!!!!!!!!!", sortArray)
|
|
|
//清除搜索列表内存缓存 间隔时间
|
|
|
PCS_time = util.IntAll(config.Sysconfig["PCS_time"])
|
|
|
go func() {
|
|
@@ -497,6 +498,7 @@ func (p *Pcsearch) PcSearchIndex(module string) error {
|
|
|
p.T["industry"] = industry
|
|
|
p.T["industrylist"] = industrylist
|
|
|
p.T["sortArray"] = sortArray
|
|
|
+ log.Println("sortArray++++++++++++++++", sortArray)
|
|
|
p.T["showVipScreen"] = isPayedUser
|
|
|
p.T["bidField"] = bidField
|
|
|
p.T["module"] = module
|
|
@@ -627,7 +629,7 @@ var topType = map[string]string{
|
|
|
"招标信用信息": "其它",
|
|
|
}
|
|
|
|
|
|
-//未登录变成top5000了...
|
|
|
+// 未登录变成top5000了...
|
|
|
func top500(subtype string, bidField string, userId string) (list *[]map[string]interface{}) {
|
|
|
qstr := ""
|
|
|
if bidField != "" {
|