Browse Source

调整文字提示

DuGuYang 3 năm trước cách đây
mục cha
commit
714d44555b
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      AppStart/Helper/TimeOutPosSendMessageService.cs
  2. 2 2
      Startup.cs

+ 1 - 1
AppStart/Helper/TimeOutPosSendMessageService.cs

@@ -65,7 +65,7 @@ namespace MySystem
                                     UserId = BuyUserId, //创客
                                     Title = "机具循环过期提醒", //标题
                                     Content = "<div class='f16'>尊敬的创客您好:<br/>您的" + SendInfo + "循环已过期十天以上,请在五日内完成激活或通过机具回收回寄该机具。</ div > ",//内容
-                                    Summary = "系统检测到您的部分机具可回收,请及时处理!",
+                                    Summary = "系统检测到您的部分机具可回收,请打开我的-回收机具及时处理!",
                                     CreateDate = DateTime.Now,
                                 }));
                             }

+ 2 - 2
Startup.cs

@@ -142,8 +142,8 @@ namespace MySystem
             OpExcelHelper.Instance.Start();
             TestHelper.Instance.Start();
             
-            TimeOutPosSendMessageService.Instance.Start();//过期机具循环截止时间超过10天预扣费消息推送
-            TimeOutPosChargeService.Instance.Start();//过期机具循环截止时间超过15天执行扣费
+            // TimeOutPosSendMessageService.Instance.Start();//过期机具循环截止时间超过10天预扣费消息推送
+            // TimeOutPosChargeService.Instance.Start();//过期机具循环截止时间超过15天执行扣费
             // TimeOutPosChargeReturnService.Instance.Start();//过期购买机具循环截止时间超过15天激活扣费退还
         }