add recordId
This commit is contained in:
parent
c1376a2e68
commit
276773131c
@ -127,6 +127,7 @@ public class FileQueryController {
|
||||
Map<String, Object> item = new LinkedHashMap<>();
|
||||
item.put("fileName", dto.getFileName());
|
||||
item.put("url", dto.getUrl());
|
||||
item.put("recordId", dto.getId());
|
||||
|
||||
// 格式化上传时间
|
||||
if (StrUtil.isNotBlank(dto.getUploadTime())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user