提交 22ed6200 编写于 作者: O o2null

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

hotfix/修复windows自建表编译后不生效的问题 同时合并到master

See merge request o2oa/o2oa!321
......@@ -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.
先完成此消息的编辑!
想要评论请 注册