修改返回的路径
parent
a42867879d
commit
04dd15df5f
|
|
@ -154,7 +154,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
FileType = sysDoc.FileType.MappedValue,
|
FileType = sysDoc.FileType.MappedValue,
|
||||||
UpdateTime = sysDoc.UpdateTime,
|
UpdateTime = sysDoc.UpdateTime,
|
||||||
|
|
||||||
FullFilePath = sysDoc.Path + "?access_token=" + _userInfo.UserToken,
|
FullFilePath = sysDoc.Path ,
|
||||||
|
|
||||||
ConfirmUserId = confirm.ConfirmUserId,
|
ConfirmUserId = confirm.ConfirmUserId,
|
||||||
ConfirmTime = confirm.ConfirmTime,
|
ConfirmTime = confirm.ConfirmTime,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue