|
@@ -13,7 +13,6 @@ import (
|
|
|
|
|
|
type Entsearch struct {
|
|
|
*xweb.Action
|
|
|
-
|
|
|
bidsearchforent xweb.Mapper `xweb:"/jylab/bidsearchforent"`
|
|
|
}
|
|
|
|
|
@@ -22,12 +21,6 @@ func init() {
|
|
|
}
|
|
|
|
|
|
func (p *Entsearch) Bidsearchforent() error {
|
|
|
- //defer util.Catch()
|
|
|
- //var shareid = p.GetString("id")
|
|
|
- //if len(shareid) == 0 {
|
|
|
- // shareid = fmt.Sprintf("%s%d", config.Seoconfig["jysslby"].(string)+fmt.Sprintf("%d", time.Now().UnixNano())[8:14], rand.Intn(9))
|
|
|
- //}
|
|
|
- //p.T["shareid"] = se.EncodeString(shareid)
|
|
|
log.Println("-------中标企业搜索:")
|
|
|
return p.Render("/pc/biddingsearch_enterprise.html", &p.T)
|
|
|
}
|