소스 검색

发现异常日志名称修改

lcl 1 년 전
부모
커밋
139a5980c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
                 }