Commit b7129f90 by WeiCong

越权

parent cf5cfb9b
......@@ -2,8 +2,6 @@ package org.sss.presentation.noui.util;
import log.Log;
import log.LogFactory;
import org.apache.commons.collections.map.HashedMap;
import org.sss.common.model.IModule;
import org.sss.common.model.IModuleList;
import org.sss.presentation.noui.common.Constants;
......@@ -71,7 +69,7 @@ public class BizKeySetManager {
{
String[] paramsKey = (String[])moduleList.getAttribute("KEY_PARAMS");
//TODO 考虑后续读取配置文件
if(paramsKey!=null)
if(paramsKey==null)
paramsKey = new String[]{"inr","$objtyp"};
return paramsKey;
......@@ -104,7 +102,7 @@ public class BizKeySetManager {
{
}
return false;
return true;
}
//根据交易名和参数名,返回check item
......
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