This commit is contained in:
2021-05-11 18:33:03 +08:00
parent bc30af0499
commit d39cb90291

View File

@@ -119,7 +119,7 @@ namespace Ewide.Application.Service.HouseProjectInfo
public async Task UpdateProject(UpdateProjectInput input) public async Task UpdateProject(UpdateProjectInput input)
{ {
var project = input.Adapt<BsHouseProjectInfo>(); var project = input.Adapt<BsHouseProjectInfo>();
await project.UpdateExcludeAsync(new[] { nameof(BsHouseProjectInfo.AreaId) }, true); await project.UpdateExcludeAsync(new[] { nameof(BsHouseProjectInfo.AreaCode) }, true);
} }
/// <summary> /// <summary>