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
2be5822406
commit
6524aa0241
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
consume/dou_shen_user_register_for_official_consume.go
+ 3
- 0
consume/dou_shen_user_register_for_official_consume.go
View File
@@ -87,6 +87,9 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
if err != nil {
if err != nil {
return err
return err
}
}
if user == nil {
return errors.New("用户没找到")
}
userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid)
userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid)
if err != nil {
if err != nil {
return err
return err
Write
Preview
Loading…
Cancel
Save