打印错误信息

This commit is contained in:
meixiongfeng 2023-03-30 15:25:18 +08:00
parent 1d8fe7be12
commit 4c2b128a36

View File

@ -47,7 +47,8 @@ func (this *PandaAtlas) OnInstallComp() {
func (this *PandaAtlas) CheckActivatePandaAtlasCollect(uid string, id string) { func (this *PandaAtlas) CheckActivatePandaAtlasCollect(uid string, id string) {
conf := this.configure.GetPandoAtlasConf(id) conf := this.configure.GetPandoAtlasConf(id)
if conf != nil { if conf == nil {
this.Errorf("GetPandoAtlasConf err:%d", id)
return return
} }
if this.IsCross() { if this.IsCross() {