修改group_id国际化中文
隐藏dnsResStrategy 无策略配置信息 去掉dnsResStrategy新增的默认策略号 来函信息增加title的必输项验证 特定协议隐藏配置分组ID
This commit is contained in:
@@ -46,12 +46,12 @@ public class DnsResStrategyController extends BaseController {
|
||||
initFormCondition(model, cfg);
|
||||
model.addAttribute("isAdd", false);
|
||||
}else{
|
||||
//不存在响应策略为0的配置,则新策略时,cfgId默认为0
|
||||
/*//不存在响应策略为0的配置,则新策略时,cfgId默认为0
|
||||
DnsResStrategy dns0=dnsResStrategyService.getDnsResStrategy(0l,null);
|
||||
if(dns0 == null){
|
||||
cfg.setCfgId(0l);
|
||||
cfg.setCfgDesc("无策略");
|
||||
}
|
||||
}*/
|
||||
initFormCondition(model, cfg);
|
||||
model.addAttribute("isAdd", true);
|
||||
}
|
||||
|
||||
@@ -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