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