lcl 1 год назад
Родитель
Сommit
bd8750f0f2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      AppStart/Timer/TestHelper.cs

+ 2 - 2
AppStart/Timer/TestHelper.cs

@@ -2561,10 +2561,10 @@ public class TestHelper
                     SycnSpTradeWifiService.Instance.StatTradeAfter(db, pos.BuyUserId, pos.BrandId, StartMonth.ToString("yyyyMM"), TradeAmt);
                 }
             }
-            function.WriteLog(sub, "统计来量吧漏掉的交易")
+            function.WriteLog(sub, "统计来量吧漏掉的交易");
         }
         db.Dispose();
-        function.WriteLog("end", "统计来量吧漏掉的交易")
+        function.WriteLog("end", "统计来量吧漏掉的交易");
     }
 
 }