修复上传文件没有名称
This commit is contained in:
parent
66ad125b9c
commit
129c34560e
|
|
@ -54,6 +54,7 @@ public class UploadController {
|
|||
album.put("size", map.get("size").toString());
|
||||
album.put("ext", map.get("ext").toString());
|
||||
album.put("url", map.get("url").toString());
|
||||
album.put("name", map.get("name").toString());
|
||||
Integer id = iAlbumService.albumAdd(album);
|
||||
|
||||
map.put("id", id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue