除APP feature和ASN IP外的业务增加批量配置取消功能;
修复ddos新增bug;
This commit is contained in:
@@ -193,6 +193,9 @@
|
||||
</select>
|
||||
|
||||
<insert id="insert" parameterType="com.nis.domain.configuration.DdosIpCfg" >
|
||||
<selectKey resultType="java.lang.Long" order="AFTER" keyProperty="cfgId">
|
||||
SELECT LAST_INSERT_ID()
|
||||
</selectKey>
|
||||
insert into ddos_ip_cfg (
|
||||
CFG_DESC,
|
||||
ACTION,
|
||||
|
||||
Reference in New Issue
Block a user