Compare commits

..

No commits in common. "7a7a948915c52d53a261468d59c06a1dd4e7e781" and "8e3a6d76151ede9a46341bf6772143e26405e777" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

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