修改
This commit is contained in:
@@ -116,7 +116,8 @@ namespace IRaCIS.Application.Services
|
||||
public async Task<bool> ChangeCutOffVisit(ChangeCutOffVisitInDto inDto)
|
||||
{
|
||||
await _readModuleRepository.UpdatePartialFromQueryAsync(x => x.Id == inDto.Id, x => new ReadModule() {
|
||||
SubjectVisitId=inDto.SubjectVisitIdId
|
||||
SubjectVisitId=inDto.SubjectVisitIdId,
|
||||
ModuleName=inDto.ModuleName,
|
||||
});
|
||||
|
||||
return await _readModuleRepository.SaveChangesAsync();
|
||||
|
||||
Reference in New Issue
Block a user