修改
This commit is contained in:
@@ -80,7 +80,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 模块名称
|
||||
/// </summary>
|
||||
public string ModuleName { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
|
||||
public class GetSubjectReadVisitsInDto
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
await _readModuleRepository.UpdatePartialFromQueryAsync(x => x.Id == inDto.Id, x => new ReadModule() {
|
||||
SubjectVisitId=inDto.SubjectVisitIdId,
|
||||
ModuleName=inDto.ModuleName,
|
||||
ModuleName=inDto.Name,
|
||||
});
|
||||
|
||||
return await _readModuleRepository.SaveChangesAsync();
|
||||
|
||||
Reference in New Issue
Block a user