|
@@ -102,11 +102,11 @@ func (e *Entsearch) PcSearchZbqyAjax() error {
|
|
|
if pricetype == "n" {
|
|
|
//搜索所有价格
|
|
|
}
|
|
|
- //fmt.Println("searchvalue==", searchvalue)
|
|
|
- //fmt.Println("area==", area)
|
|
|
- //fmt.Println("lower==", minprice)
|
|
|
- //fmt.Println("upper==", maxprice)
|
|
|
- //fmt.Println("pricetype==", pricetype)
|
|
|
+ fmt.Println("searchvalue==", searchvalue)
|
|
|
+ fmt.Println("area==", area)
|
|
|
+ fmt.Println("lower==", minprice)
|
|
|
+ fmt.Println("upper==", maxprice)
|
|
|
+ fmt.Println("pricetype==", pricetype)
|
|
|
|
|
|
list := []map[string]interface{}{}
|
|
|
//list = jylabutil.GetProjectByEntName(searchvalue, area, minprice, maxprice, 1, 10)
|