Compare commits
No commits in common. "7a7a948915c52d53a261468d59c06a1dd4e7e781" and "8e3a6d76151ede9a46341bf6772143e26405e777" have entirely different histories.
7a7a948915
...
8e3a6d7615
|
@ -110,7 +110,6 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue