提交 7db029f9 编写于 作者: O o2null

Merge branch 'cherry-pick-22ed6200' into 'develop_java8'

Merge branch 'hotfix/修复windows自建表编译后不生效的问题' into 'develop'

See merge request o2oa/o2oa!330
......@@ -303,9 +303,8 @@ public class Business {
fileManager.close();
this.enhance(target, resources);
File jar = new File(dir, DynamicEntity.JAR_PREFIX + query + DOT_JAR);
File jar = new File(Config.dir_dynamic_jars(true), DynamicEntity.JAR_PREFIX + query + DOT_JAR);
JarTools.jar(target, jar);
FileUtils.copyFileToDirectory(jar, Config.dir_dynamic_jars(true));
}
FileUtils.cleanDirectory(dir);
return result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册