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
更新
three
huangjiajun
1 year ago
parent
29a3502a11
commit
6d4cd798b0
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
consume/zhios_acquisition_condition.go
+ 3
- 0
consume/zhios_acquisition_condition.go
View File
@@ -77,6 +77,9 @@ func handleZhiosAcquisition(msg []byte) error {
}
}
mid := canalMsg.Mid
mid := canalMsg.Mid
eg := db.DBs[mid]
eg := db.DBs[mid]
if eg == nil {
return nil
}
userInfo, _ := db.UserFindByID(eg, canalMsg.Uid)
userInfo, _ := db.UserFindByID(eg, canalMsg.Uid)
if userInfo == nil {
if userInfo == nil {
return nil
return nil
Write
Preview
Loading…
Cancel
Save