no message
This commit is contained in:
parent
1cfa4336fd
commit
e209efc4e8
7 changed files with 3103 additions and 13 deletions
|
|
@ -117,7 +117,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
Note = x.Note,
|
||||
Remark = x.Remark,
|
||||
CompanyCode = x.CompanyCode,
|
||||
CustomerName = x.CustomerName,
|
||||
Reason = x.Reason,
|
||||
RefNo1 = x.RefNo1,
|
||||
OrganizationCodeId = x.OrganizationCodeId,
|
||||
|
|
@ -167,7 +166,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
Note = x.Note,
|
||||
Remark = x.Remark,
|
||||
CompanyCode = x.CompanyCode,
|
||||
CustomerName = x.CustomerName,
|
||||
Reason = x.Reason,
|
||||
RefNo1 = x.RefNo1,
|
||||
OrganizationCodeId = x.OrganizationCodeId,
|
||||
|
|
@ -361,7 +359,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
Note = inserted.Note,
|
||||
Remark = inserted.Remark,
|
||||
CompanyCode = inserted.CompanyCode,
|
||||
CustomerName = inserted.CustomerName,
|
||||
Reason = inserted.Reason,
|
||||
RefNo1 = inserted.RefNo1,
|
||||
CreatedAt = DateTime.Now,
|
||||
|
|
@ -462,7 +459,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
periodExam.Note = updated.Note;
|
||||
periodExam.Remark = updated.Remark;
|
||||
periodExam.CompanyCode = updated.CompanyCode;
|
||||
periodExam.CustomerName = updated.CustomerName;
|
||||
periodExam.Reason = updated.Reason;
|
||||
periodExam.RefNo1 = updated.RefNo1;
|
||||
periodExam.LastUpdatedAt = DateTime.Now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue