jiangjc 10 months ago
parent
commit
b054ed13e2

+ 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,