Commit 6fed128f by cjh

解决setmodify设置返回值为null问题

parent 3202cbf5
......@@ -199,7 +199,7 @@ public abstract class AbstractCommonController {
continue;
if(aliasPath.length() > modKeyLen && val instanceof IModule){
IBaseObject obj = context.getSession().getBaseObject((IModule)val,aliasPath.substring(modKeyLen));
IBaseObject obj = context.getSession().getBaseObject((IModule)val,aliasPath);
if(!(obj instanceof IModule))
data.put(aliasKey,NoUiPresentationUtil.handIBaseObject(context,obj,aliasEntry.getValue()));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment