|
|
@@ -383,10 +383,10 @@ public class ModelFormHelper { |
|
|
|
public static String getEventPath(ModelForm bean) { |
|
|
|
String moduleName = ModelProjectCache.getInstance().getModule(bean.getPrjId()); |
|
|
|
if (StringUtils.isNotEmpty(moduleName)) { |
|
|
|
// String ep = moduleName; |
|
|
|
return ModelCatalogCache.getInstance().getFullName(bean.getMcId()); |
|
|
|
// if (StringUtils.isNotEmpty(cn)) ep = ep + "." + cn; |
|
|
|
// return ep; |
|
|
|
String ep = moduleName; |
|
|
|
String cn = ModelCatalogCache.getInstance().getFullName(bean.getMcId()); |
|
|
|
if (StringUtils.isNotEmpty(cn)) ep = ep + "." + cn; |
|
|
|
return ep; |
|
|
|
} |
|
|
|
return ""; |
|
|
|
} |
|
|
|