Browse Source

发现异常日志名称修改

lcl 1 year ago
parent
commit
139a5980c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Util/HaoDa/ProfitHelper.cs

+ 1 - 1
Util/HaoDa/ProfitHelper.cs

@@ -248,7 +248,7 @@ namespace MySystem
                 }
                 catch (Exception ex)
                 {
-                    LogHelper.Instance.WriteLog(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + ":" + ex.ToString(), "自定义分润程序监听队列异常");
+                    LogHelper.Instance.WriteLog(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + ":" + ex.ToString(), "分红返现异常");
                     tran.Rollback();
                     RedisDbconn.Instance.AddList("ConsumerProfitCheck", orderidstring);
                 }