From 2fbfc7930364dffbb846d018226755ab66f5bcfb Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 25 三月 2024 14:31:10 +0800
Subject: [PATCH] 版本大更新

---
 Yw.Service.Repair.Core/5-service/02-task/03-file/RepairTaskLogFile.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Yw.Service.Repair.Core/5-service/2-task/3-file/RepairTaskLogFile.cs b/Yw.Service.Repair.Core/5-service/02-task/03-file/RepairTaskLogFile.cs
similarity index 92%
rename from Yw.Service.Repair.Core/5-service/2-task/3-file/RepairTaskLogFile.cs
rename to Yw.Service.Repair.Core/5-service/02-task/03-file/RepairTaskLogFile.cs
index 3ad118e..4fc1b14 100644
--- a/Yw.Service.Repair.Core/5-service/2-task/3-file/RepairTaskLogFile.cs
+++ b/Yw.Service.Repair.Core/5-service/02-task/03-file/RepairTaskLogFile.cs
@@ -5,7 +5,7 @@
     /// </summary>
     public partial class RepairTaskLogFile
     {
-        private readonly DAL.RepairTaskLogFile _dal = new DAL.RepairTaskLogFile();
+        private readonly DAL.IRepairTaskLogFile _dal = DALCreateHelper.CreateDAL<DAL.IRepairTaskLogFile>();
 
         /// <summary>
         /// 鎵归噺鎻掑叆

--
Gitblit v1.9.3