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,