WH01243 2 年之前
父节点
当前提交
8d69f952a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compatible/compatible.go

+ 1 - 1
compatible/compatible.go

@@ -226,7 +226,7 @@ func (c *Compatible) updateDo(id string, identity *pb.Identity, update map[strin
 				"i_entid":  identity.EntId,
 				"i_userid": identity.EntUserId,
 				"i_type":   tp,
-			}, up2, false, false)
+			}, up2, true, false)
 		}
 		return ok1 || ok2
 	}