แก้พ้นราชการ
This commit is contained in:
parent
b7f19d7077
commit
1828685e0e
50 changed files with 37955 additions and 454 deletions
|
|
@ -63,7 +63,8 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
(x.Organization == null ? false : x.Organization.Contains(keyword)) ||
|
||||
(x.Position == null ? false : x.Position.Contains(keyword)) ||
|
||||
(x.PosNo == null ? false : x.PosNo.Contains(keyword)) ||
|
||||
(x.PositionLevel == null ? false : x.PositionLevel.Contains(keyword)) ||
|
||||
(x.posTypeName == null ? false : x.posTypeName.Contains(keyword)) ||
|
||||
(x.posLevelName == null ? false : x.posLevelName.Contains(keyword)) ||
|
||||
(x.Title == null ? false : x.Title.Contains(keyword))
|
||||
select x).ToList();
|
||||
var data = data_search
|
||||
|
|
@ -100,6 +101,7 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
Position = x.Position,
|
||||
PosNo = x.PosNo,
|
||||
PositionLevel = x.PositionLevel,
|
||||
PositionType = x.PositionType,
|
||||
Salary = x.Salary,
|
||||
Status = x.Status,
|
||||
DescriptionSuspend = x.DescriptionSuspend,
|
||||
|
|
@ -161,6 +163,7 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
Position = x.Position,
|
||||
PosNo = x.PosNo,
|
||||
PositionLevel = x.PositionLevel,
|
||||
PositionType = x.PositionType,
|
||||
Salary = x.Salary,
|
||||
Status = x.Status,
|
||||
DescriptionSuspend = x.DescriptionSuspend,
|
||||
|
|
@ -198,6 +201,7 @@ namespace BMA.EHR.DisciplineSuspend.Service.Controllers
|
|||
data.Position = req.Position;
|
||||
data.PosNo = req.PosNo;
|
||||
data.PositionLevel = req.PositionLevel;
|
||||
data.PositionType = req.PositionType;
|
||||
data.Salary = req.Salary;
|
||||
data.DescriptionSuspend = req.DescriptionSuspend;
|
||||
data.StartDateSuspend = req.StartDateSuspend;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue