dev-9.10-修复中台bug-xuyifeng
dingqiang 2024-08-15 08:55:13 +08:00
parent e6b781fa95
commit 8ec28a3c4c
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;
}