Explorar o código

Merge branch 'feat-lcl-修改bug' of kxs-end/main-server into test-mainserver

lichunlei hai 1 ano
pai
achega
ab28e6f5bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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(); 
                 }