新增isp运营商查询方法

This commit is contained in:
zhanghongqing
2019-01-17 10:18:15 +08:00
parent 9e8316603a
commit c410dd9c90
5 changed files with 131 additions and 1 deletions

View File

@@ -406,5 +406,12 @@
<function-signature>java.util.List getTrustedCrlByCerId(java.lang.Integer)</function-signature>
<example>${fns:getTrustedCrlByCerId(cerId)}</example>
</function>
<!-- 根据表名取出运营商ISP标签集合 -->
<function>
<description>根据code的名称取出标签名</description>
<name>getIspDicList</name>
<function-class>com.nis.util.CodeDicUtils</function-class>
<function-signature>java.util.List getIspDicList(java.lang.String)</function-signature>
<example>${fns:getIspDicList(str)}</example>
</function>
</taglib>