|
|
@@ -159,7 +159,7 @@ func (*messageService) SendToUser(ctx context.Context, sender *pb.Sender, toUser |
|
|
|
} |
|
|
|
|
|
|
|
isOpenAppPush := svc.SysCfgGet(masterId, "is_open_app_push") |
|
|
|
if sender.SenderType == 1 && req.ReceiverType == 1 && isOpenAppPush == "1" { |
|
|
|
if sender.SenderType == 2 && req.ReceiverType == 1 && isOpenAppPush == "1" { |
|
|
|
uid := strconv.FormatInt(req.ReceiverId, 10) |
|
|
|
alia := db.DbUserPushForJg.UserPushForJgGetWithDb(masterId, uid) |
|
|
|
if alia != "" { |
|
|
|