Merge remote-tracking branch 'origin/pet' into pet

dev-9.10-修复中台bug-xuyifeng
water_xu 2024-09-05 14:03:38 +08:00
commit 69a94ef6cc
1 changed files with 1 additions and 0 deletions

View File

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