请求入参bug

0927cmt
liulixin 2024-02-20 09:47:17 +08:00
parent 1329dc662b
commit 4f86924b15
1 changed files with 1 additions and 1 deletions

View File

@ -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();