fix #1188
This commit is contained in:
parent
aa31ac0f06
commit
9b0f1f0b3e
2 changed files with 9 additions and 3 deletions
|
|
@ -1224,6 +1224,10 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
LeaveNumber = rawData.LeaveNumber,
|
||||
LeaveDetail = rawData.LeaveDetail,
|
||||
LeaveDocument = new(),
|
||||
|
||||
|
||||
LeaveLast = rawData.LeaveLast,
|
||||
|
||||
//LeaveDocument = rawData.LeaveDocument == null ? null : await _minIOService.ImagesPath(rawData.LeaveDocument.Id),
|
||||
LeaveDraftDocument = rawData.LeaveDraftDocument == null ? "" : await _minIOService.ImagesPath(rawData.LeaveDraftDocument.Id),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue