แก้ไขประกาศเกษียณลูกจ้างประจำ
This commit is contained in:
parent
37e7f96e3d
commit
61bccdfe70
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
////Add Parameter
|
||||
//report.ReportParameters["Year"].Value = retire.GetType().GetProperty("Year").GetValue(retire);
|
||||
//report.ReportParameters["Total"].Value = retire.GetType().GetProperty("Total").GetValue(retire);
|
||||
report.ReportParameters["Type"].Value = returnfile != "ยกเลิกประกาศเกษียณข้าราชการ.pdf" && returnfile != "แก้ไขประกาศเกษียณข้าราชการ.pdf" ? "1" : "0";
|
||||
report.ReportParameters["Type"].Value = returnfile != "ยกเลิกประกาศเกษียณข้าราชการ.pdf" && returnfile != "แก้ไขประกาศเกษียณข้าราชการ.pdf" && returnfile != "ยกเลิกประกาศเกษียณลูกจ้างประจำ.pdf" && returnfile != "แก้ไขประกาศเกษียณลูกจ้างประจำ.pdf" ? "1" : "0";
|
||||
|
||||
var _profileList = new List<dynamic>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue