|
|
@@ -76,7 +76,7 @@ public class CodeBuildHandler extends AbstractHandler { |
|
|
|
if (StringUtils.isEmpty(codeJavaPath)) { |
|
|
|
throw new BizException("没有找到对应项目在idea中Module的路径(" + moduleName + ")!"); |
|
|
|
} |
|
|
|
codeJavaPath += "/src/main/resources/"; |
|
|
|
codeJavaPath += "/src/main/resources/static/event/" + moduleName + "/"; |
|
|
|
//加上目录 |
|
|
|
String cn = ModelCatalogCache.getInstance().getFullName(form.getMcId()); |
|
|
|
if (StringUtils.isNotEmpty(cn)) { |
|
|
|