|
|
|
@ -40,7 +40,7 @@ func List2(rpcConn towgo.JsonRpcConnection) {
|
|
|
|
Value: params.CategoryId,
|
|
|
|
Value: params.CategoryId,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tempMap := make(map[string][]string)
|
|
|
|
/*tempMap := make(map[string][]string)
|
|
|
|
if params.Keywords != "" {
|
|
|
|
if params.Keywords != "" {
|
|
|
|
tempMap["title"] = "%" + params.Keywords + "%"
|
|
|
|
tempMap["title"] = "%" + params.Keywords + "%"
|
|
|
|
listGood.Like = tempMap
|
|
|
|
listGood.Like = tempMap
|
|
|
|
@ -49,7 +49,7 @@ func List2(rpcConn towgo.JsonRpcConnection) {
|
|
|
|
Operator: "like",
|
|
|
|
Operator: "like",
|
|
|
|
Value: "%" + params.Keywords + "%",
|
|
|
|
Value: "%" + params.Keywords + "%",
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
basedboperat.ListScan(&listGcr, &gcr, &gcrs)
|
|
|
|
basedboperat.ListScan(&listGcr, &gcr, &gcrs)
|
|
|
|
basedboperat.ListScan(&listGood, &good, &goods)
|
|
|
|
basedboperat.ListScan(&listGood, &good, &goods)
|
|
|
|
mapGcrs := make(map[int64]int64)
|
|
|
|
mapGcrs := make(map[int64]int64)
|
|
|
|
|