瀏覽代碼

更新

three
huangjiajun 1 年之前
父節點
當前提交
1382fa04f4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      consume/zhios_acquisition_condition.go

+ 3
- 0
consume/zhios_acquisition_condition.go 查看文件

@@ -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…
取消
儲存