jiangjc преди 1 година
родител
ревизия
b054ed13e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Resource/LocalGuideDataRepository.cs

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Resource/LocalGuideDataRepository.cs

@@ -50,7 +50,7 @@ namespace OASystem.Infrastructure.Repositories.Resource
                 }
                 else if (dto.Status == 2)//修改
                 {
-                    DateTime dtLastUpdate = DateTime.Now
+                    DateTime dtLastUpdate = DateTime.Now;
                     bool res = await UpdateAsync(a => a.Id == dto.Id, a => new Res_LocalGuideData
                     {
                         UnitArea = dto.UnitArea,