多媒体日志增加可查看配置信息功能
This commit is contained in:
@@ -182,7 +182,14 @@
|
||||
select
|
||||
<include refid="columns"></include>
|
||||
from ddos_ip_cfg r
|
||||
where r.cfg_id=#{cfgId}
|
||||
<where>
|
||||
<if test="cfgId !=null">
|
||||
CFG_ID = #{cfgId,jdbcType=BIGINT}
|
||||
</if>
|
||||
<if test="compileId != null">
|
||||
AND COMPILE_ID=#{compileId,jdbcType=INTEGER}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<insert id="insert" parameterType="com.nis.domain.configuration.DdosIpCfg" >
|
||||
|
||||
Reference in New Issue
Block a user