Compare commits

...

4 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public class ArchivesFilesController extends BaseController {
pd = this.getPageData();
archivesfilesService.edit(pd);
map.put("result", errInfo);
// map.put("pd", pd);
return map;
}