Explorar el Código

Merge branch 'feat-lcl-盒易付POS通道切换' of kxs-end/main-server into release-mainserver

lichunlei hace 1 año
padre
commit
402fe6a82d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AppStart/PosChannelHelper.cs

+ 1 - 1
AppStart/PosChannelHelper.cs

@@ -90,7 +90,7 @@ public class PosChannelHelper
                     {
                     {
                         UserId = edit.UserId, //创客
                         UserId = edit.UserId, //创客
                         Title = "机具通道变更通知", //标题
                         Title = "机具通道变更通知", //标题
-                        Content = "<div class='f16' style='padding:12px 16px;'>尊敬的" + user.RealName + "盟主您好:<br/><br/><div class='f14' style='text-indent:2em;'>您名下的机具" + PosSnList.TrimEnd(',').Replace(",", "<br />") + ",通道已更改为" + ChannelName + ",请知悉!</ div> </ div>", //内容
+                        Content = "<div class='f16' style='padding:12px 16px;'>尊敬的" + user.RealName + "盟主您好:<br />您名下的机具SN:<br />" + PosSnList.TrimEnd(',').Replace(",", "<br />") + ",通道已更改为" + ChannelName + ",请知悉!</div>", //内容
                         CreateDate = DateTime.Now,
                         CreateDate = DateTime.Now,
                     }));
                     }));
                 }
                 }