提交 ae31d2f9 编写于 作者: sq3536's avatar sq3536

bug fix

上级 5d65ef61
......@@ -57,8 +57,8 @@ public class PageModel extends BaseModel{
public LabelExt getAppModule()
{
String appModules="default";
if(getAppView().getPSAppDataEntity()!=null)
appModules=getAppView().getPSAppDataEntity().getCodeName();
if(getAppView().getPSAppModule()!=null)
appModules=getAppView().getPSAppModule().getCodeName();
return new LabelExt(appModules);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册