标签: go
在mongodb中检查值时如何放置“ AND”函数?在州代码,国家/地区代码和国家/地区之间。
err = collection3.Find(bson.M {“ statecode”:data.StateCode,“ countrycode”:data.CountryCode,“ college”:strings.TrimSpace(data.College)})。One(&mcollege)>
如果符合条件,则显示show err == nil。