소스 검색

fix: update invite user count

withdrawal
shenjiachi 3 주 전
부모
커밋
4814d68b61
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      consume/egg_canal_invite_user_nums_consume.go

+ 3
- 0
consume/egg_canal_invite_user_nums_consume.go 파일 보기

@@ -73,6 +73,9 @@ func handleEggCanalInviteUserNumsConsume(msg []byte) error {
// 2. 监听插入信息
if canalMsg.Type == md2.CanalMsgInsertSqlType {
for _, item := range canalMsg.Data {
if item.Level != "1" {
return nil
}
parentUid := item.ParentUid
id := fmt.Sprintf("%d%d_%s", year, week, parentUid)



불러오는 중...
취소
저장