DuGuYang пре 3 година
родитељ
комит
2751921b89
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      AppStart/Helper/TimeOutPosSendMessageService.cs

+ 2 - 2
AppStart/Helper/TimeOutPosSendMessageService.cs

@@ -56,10 +56,10 @@ namespace MySystem
                                     var posInfo = query.Where(m => m.BuyUserId == BuyUserId && m.BrandId == BrandId);
                                     foreach (var pos in posInfo)
                                     {
-                                        PosSn += pos.PosSn + "," + "<br/>";
+                                        PosSn += BrandName +":"+pos.PosSn + "," + "<br/>";
                                     }
                                 }
-                                SendInfo = BrandName + ":" + PosSn.TrimEnd(',') + "<br/>";
+                                SendInfo = PosSn.TrimEnd(',') + "<br/>";
                                 RedisDbconn.Instance.AddList("MsgPersonalQueue", Newtonsoft.Json.JsonConvert.SerializeObject(new MsgPersonal()
                                 {
                                     UserId = BuyUserId, //创客