แก้ไฟล์ build
This commit is contained in:
parent
9fb82fb45a
commit
d6573a6d0c
15 changed files with 1676 additions and 374 deletions
|
|
@ -1,5 +1,5 @@
|
|||
using BMA.EHR.Core;
|
||||
using BMA.EHR.Extensions;
|
||||
// using BMA.EHR.Core;
|
||||
using BMA.EHR.Organization.Service.Extensions;
|
||||
using BMA.EHR.Profile.Service.Controllers;
|
||||
using BMA.EHR.Profile.Service.Services;
|
||||
using BMA.EHR.Recruit.Service.Services;
|
||||
|
|
@ -746,7 +746,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
}).ToList();
|
||||
|
||||
if (!profile.Any())
|
||||
return Error(GlobalMessages.DataNotFound, StatusCodes.Status404NotFound);
|
||||
return Error("ไม่พบข้อมูลในระบบ", StatusCodes.Status404NotFound);
|
||||
|
||||
// certificate
|
||||
var cert = (from c in _context.ProfileCertificates.AsQueryable()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue