fix 文件上传之后文件id查询文件bug
This commit is contained in:
parent
480843147f
commit
572b3b102b
@ -146,7 +146,7 @@ namespace ZR.Admin.WebApi.Controllers
|
|||||||
{
|
{
|
||||||
url = uploadType == 1 ? finalFilePath : accessPath,
|
url = uploadType == 1 ? finalFilePath : accessPath,
|
||||||
fileName,
|
fileName,
|
||||||
fileId
|
fileId = fileId.ToString()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user