DengBiao před 1 rokem
rodič
revize
2c4dcaf3f5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      internal/logic/domain/message/service/message_service.go

+ 1
- 1
internal/logic/domain/message/service/message_service.go Zobrazit soubor

@@ -167,7 +167,7 @@ func (*messageService) SendToUser(ctx context.Context, sender *pb.Sender, toUser
}

isOpenAppPush := "0"
if masterId == "" {
if masterId != "" && masterId != "0" {
isOpenAppPush = svc.SysCfgGet(masterId, "is_open_app_push")
}
utils.FilePutContents("SendToUser", utils.SerializeStr(map[string]interface{}{


Načítá se…
Zrušit
Uložit