|
|
@@ -169,8 +169,7 @@ public class CrystalToJasper {
|
|
|
toJasper(rptZipFile, outDir, remainHierarchy, styleFile);
|
|
|
// 转换成功之后,将文件移至其他路径下
|
|
|
FileUtils.initDir(successDir);
|
|
|
- // FileUtils.move(rptZipFile, new File(successDir,
|
|
|
- // rptZipFile.getName()));
|
|
|
+ FileUtils.move(rptZipFile, new File(successDir, rptZipFile.getName()));
|
|
|
System.out.println();
|
|
|
}
|
|
|
|