在mongobd中检查数据时如何放置“ and”功能?

时间:2019-05-05 16:52:58

标签: go

在mongodb中检查值时如何放置“ AND”函数?在州代码,国家/地区代码和国家/地区之间。

err = collection3.Find(bson.M {“ statecode”:data.StateCode,“ countrycode”:data.CountryCode,“ college”:strings.TrimSpace(data.College)})。One(&mcollege)

如果符合条件,则显示show err == nil。

0 个答案:

没有答案