replace mongo driver

pull/148/head
wenxu12345 3 years ago
parent ec023ec13e
commit 1e05811c13

@ -71,7 +71,7 @@ func init() {
mgoSession, err1 = mgo.DialWithInfo(mgoDailInfo)
if err1 != nil {
log.NewError(" mongo.Connect failed, panic", err.Error(), uri)
// log.NewError(" mongo.Connect failed, panic", err.Error(), uri)
panic(err1.Error())
}
}

Loading…
Cancel
Save