提交 3e47aa46 authored 作者:  狄熙卜's avatar 狄熙卜

权利人模板中添加证书持证人字段

上级 a1f8f72e
...@@ -35,7 +35,12 @@ public class QlrConfig implements BaseConfig { ...@@ -35,7 +35,12 @@ public class QlrConfig implements BaseConfig {
@Override @Override
public List<Map> getEntityFileds() { public List<Map> getEntityFileds() {
return null; List<Map> result = new ArrayList<Map>();
Map map = new HashMap<String,Object>();
map.put("entity","cn.gtmap.bdcdj.core.entity.BdcZs");
map.put("field","czr");
result.add(map);
return result;
} }
@Override @Override
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论