This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
一个橘子
one_orenge
huangjiajun
7 months ago
parent
6ca12be6f7
commit
d4a164c1fa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
consume/canal_user_relate_consume.go
+ 1
- 1
consume/canal_user_relate_consume.go
View File
@@ -85,7 +85,7 @@ func handleCancalUserRelateConsume(msg []byte) error {
} else {
data1.TeamCount++
}
engine.Where("id=?", data1).AllCols().Update(&data1)
engine.Where("id=?", data1
.Id
).AllCols().Update(&data1)
}
return nil
Write
Preview
Loading…
Cancel
Save