เพิ่ม id คำสั่งลงประวัติตำแหน่ง #665
This commit is contained in:
parent
e989d6c584
commit
cea266afdb
12 changed files with 31 additions and 0 deletions
|
|
@ -799,6 +799,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -891,6 +892,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1041,6 +1043,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1149,6 +1152,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1256,6 +1260,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1363,6 +1368,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1470,6 +1476,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1577,6 +1584,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1684,6 +1692,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
@ -1807,6 +1816,7 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
select new
|
||||
{
|
||||
profileId = p.PersonId,
|
||||
commandId = r.commandId,
|
||||
date = r.commandAffectDate,
|
||||
refCommandNo = $"{r.commandNo}/{r.commandYear}",
|
||||
salaryRef = r.templateDoc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue