fix 文件上传之后文件id查询文件bug

This commit is contained in:
不做码农 2022-03-21 21:26:50 +08:00
parent 480843147f
commit 572b3b102b

View File

@ -146,7 +146,7 @@ namespace ZR.Admin.WebApi.Controllers
{
url = uploadType == 1 ? finalFilePath : accessPath,
fileName,
fileId
fileId = fileId.ToString()
});
}