|
@@ -95,7 +95,7 @@ public class ImportPaperService {
|
|
* @param file
|
|
* @param file
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- public Paper ImportPaper(Paper paper, AccessUser user,File file) throws Exception {
|
|
|
|
|
|
+ public Paper importPaper(Paper paper, AccessUser user,File file) throws Exception {
|
|
paperService.checkPaperNameNew(paper.getName(), user.getRootOrgId().toString());
|
|
paperService.checkPaperNameNew(paper.getName(), user.getRootOrgId().toString());
|
|
return processImportPaper(paper,user,file);
|
|
return processImportPaper(paper,user,file);
|
|
}
|
|
}
|