Browse Source

更新

three
huangjiajun 1 year ago
parent
commit
1382fa04f4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      consume/zhios_acquisition_condition.go

+ 3
- 0
consume/zhios_acquisition_condition.go View File

@@ -89,6 +89,9 @@ func handleZhiosAcquisition(msg []byte) error {
return nil
}
userProfile, _ := db.UserProfileFindByID(eg, canalMsg.Uid)
if userProfile == nil {
return nil
}
cfg := db.GetAcquisitionCfg(eg, canalMsg.Id, userInfo.CreateAt)
if cfg == nil {
return nil


Loading…
Cancel
Save