|
@@ -19,7 +19,6 @@ func IsCollByBids(bids, userid string) map[string]interface{} {
|
|
|
res := map[string]interface{}{}
|
|
|
for _, v := range strings.Split(bids, ",") {
|
|
|
//招标信息解密
|
|
|
- log.Println("v:", v)
|
|
|
res[url.QueryEscape(v)] = false
|
|
|
bid := util.DecodeId(v)
|
|
|
if labArr := *db.Mysql.SelectBySql(fmt.Sprintf("select * from %s where bid = ? and userid = ?", db.DbConf.Bdcollection), bid, userid); len(labArr) == 1 {
|