Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
2c4dcaf3f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      internal/logic/domain/message/service/message_service.go

+ 1
- 1
internal/logic/domain/message/service/message_service.go Ver fichero

@@ -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{}{


Cargando…
Cancelar
Guardar