修改group_id国际化中文
隐藏dnsResStrategy 无策略配置信息 去掉dnsResStrategy新增的默认策略号 来函信息增加title的必输项验证 特定协议隐藏配置分组ID
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
<if test="functionId != null">
|
||||
AND r.function_id=#{functionId,jdbcType=INTEGER}
|
||||
</if>
|
||||
<![CDATA[ and r.cfg_id <> 0]]>
|
||||
<!-- 数据范围过滤 -->
|
||||
${sqlMap.dsf}
|
||||
</trim>
|
||||
@@ -159,6 +160,7 @@
|
||||
<if test="cfgId != null">
|
||||
AND r.CFG_ID=#{cfgId,jdbcType=BIGINT}
|
||||
</if>
|
||||
<![CDATA[ and r.cfg_id <> 0]]>
|
||||
</where>
|
||||
order by cfg_Id
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user