Commit 8acb8405 by mushishixian

fix

parent 4bc7c8c6
Showing with 1 additions and 1 deletions
...@@ -202,7 +202,7 @@ func (t *RecvPro) Consumer(dataByte []byte) (err error) { ...@@ -202,7 +202,7 @@ func (t *RecvPro) Consumer(dataByte []byte) (err error) {
selector := bson.M{"unique_id": historyData.UniqueId} selector := bson.M{"unique_id": historyData.UniqueId}
err = mongoConn.DB("ichunt").C("activity_view_history").Update(selector, &historyData) err = mongoConn.DB("ichunt").C("activity_view_history").Update(selector, &historyData)
if err != nil { if err != nil {
fmt.Println(err) fmt.Println("205 : ", err)
logger.Error(err.Error()) logger.Error(err.Error())
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment