请求入参bug
parent
1329dc662b
commit
4f86924b15
|
@ -84,7 +84,7 @@ public class MfolderController extends BaseController {
|
|||
Map<String,Object> map = new HashMap<String,Object>();
|
||||
ArrayList<String> pictureList = new ArrayList<>();
|
||||
String errInfo = "success";
|
||||
PageData pd = new PageData();
|
||||
PageData pd = this.getPageData();
|
||||
String ffile = DateUtil.getDays(), fileName = "";
|
||||
if (null != file && !file.isEmpty()) {
|
||||
String suffixName = file.getOriginalFilename().substring(file.getOriginalFilename().lastIndexOf(".")+1).toLowerCase();
|
||||
|
|
Loading…
Reference in New Issue