瀏覽代碼

打日志

lcl 1 年之前
父節點
當前提交
96869a6429
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      AppStart/Helper/OperateAmountRecordService.cs

+ 1 - 0
AppStart/Helper/OperateAmountRecordService.cs

@@ -28,6 +28,7 @@ public class OperateAmountRecordService
                 if (!string.IsNullOrEmpty(content))
                 {
                     WebCMSEntities db = new WebCMSEntities();
+                    function.WriteLog(content, "运营中心额度变更测试");
                     Utils.Instance.OperateAmountChange(db,Newtonsoft.Json.JsonConvert.DeserializeObject<OpAmountItem>(content));
                     db.Dispose(); 
                 }