wangchuanjin 2 жил өмнө
parent
commit
70cdcdaa25

+ 1 - 0
compatible/compatible.go

@@ -199,6 +199,7 @@ func (c *Compatible) updateDo(id string, identity *pb.Identity, update map[strin
 			}, up1, true, false)
 		}
 		if len(up2) > 0 {
+			log.Println("update----", up2)
 			ok2 = c.Mgo.Update("entniche_rule", map[string]interface{}{
 				"i_entid":  identity.EntId,
 				"i_userid": identity.EntUserId,