From 7064e9aff918bb290b75052588a677b6ccb2c18b Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 30 Oct 2024 20:36:49 +0700 Subject: [PATCH] up image emp --- Controllers/ProfileReportController.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index 1523713..f451635 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -625,6 +625,13 @@ namespace BMA.EHR.Report.Service.Controllers CurrentProvince = data.Result.Profile.Count > 0 ? data.Result.Profile[0].CurrentProvince : "-", Telephone = data.Result.Profile.Count > 0 ? data.Result.Profile[0].Telephone : "-", Url = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl : "-", + Url1 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl1 : null, + Url2 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl2 : null, + Url3 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl3 : null, + Url4 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl4 : null, + Url5 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl5 : null, + Url6 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl6 : null, + Url7 = data.Result.Profile.Count > 0 ? data.Result.Profile[0].ImgUrl7 : null, Insignias = data.Result.Insignia, Leaves = data.Result.Leave, Certs = data.Result.Cert,