Просмотр исходного кода

运营中心额度变更队列测试

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

+ 1 - 1
AppStart/Helper/OperateAmountRecordService.cs

@@ -29,7 +29,7 @@ public class OperateAmountRecordService
                 {
                     WebCMSEntities db = new WebCMSEntities();
                     Utils.Instance.OperateAmountChange(db,Newtonsoft.Json.JsonConvert.DeserializeObject<OpAmountItem>(content));
-                    db.Dispose();
+                    db.Dispose(); 
                 }
                 else
                 {