Merge branch 'develop' of github.com:Frappet/BMA-EHR-BackEnd into develop
This commit is contained in:
commit
31c21469ec
13 changed files with 3455 additions and 86 deletions
|
|
@ -10313,7 +10313,7 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
.Where(x => x.Receivers.Where(x => x.RefPlacementProfileId == id).FirstOrDefault() != null)
|
||||
.Select(x => new
|
||||
{
|
||||
CommandSubject = x.CommandSubject,
|
||||
CommandSubject = $"{x.CommandNo}/{Int32.Parse(x.CommandYear) + 543} {x.CommandSubject}",
|
||||
CreatedAt = x.CreatedAt,
|
||||
LastUpdatedAt = x.LastUpdatedAt,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue