地址池配置取消后新增同名配置bug修改.
This commit is contained in:
@@ -837,7 +837,7 @@ public class BaseController {
|
||||
if (StringUtils.isNotBlank(entry.getIsLogTotalSearch())) {
|
||||
Calendar time = Calendar.getInstance();
|
||||
String searchEndTime = DateUtils.formatDateTime(time.getTime());
|
||||
time.add(Calendar.MINUTE, -5);
|
||||
time.add(Calendar.MINUTE, -(Constants.LOG_TIME_RANGE/1000/60));
|
||||
String searchStartTime = DateUtils.formatDateTime(time.getTime());
|
||||
|
||||
params.put("searchFoundStartTime", searchStartTime);
|
||||
|
||||
@@ -1091,7 +1091,7 @@
|
||||
AND a.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
|
||||
</if>
|
||||
<if test="cfdsLevel != null">
|
||||
AND (a.CFDS_LEVEL=#{cfdsLevel,jdbcType=INTEGER} OR a.CFDS_LEVEL=${cfdsLevel/10})
|
||||
AND a.CFDS_LEVEL=#{cfdsLevel,jdbcType=INTEGER}
|
||||
</if>
|
||||
<if test="action != null">
|
||||
AND a.ACTION=#{action,jdbcType=INTEGER}
|
||||
|
||||
@@ -475,7 +475,7 @@
|
||||
FROM
|
||||
ip_reuse_addr_pool r
|
||||
WHERE
|
||||
r.addr_pool_name = #{addrPoolName} AND r.is_valid != -1
|
||||
r.addr_pool_name = #{addrPoolName} AND r.is_valid != -1 AND r.is_audit != 3
|
||||
</select>
|
||||
|
||||
<select id="checkAddrPoolIp" resultType="com.nis.domain.basics.IpReuseIpCfg">
|
||||
|
||||
@@ -522,7 +522,7 @@ app_id_region=APP_ID
|
||||
app_spec_service_code_max_val=310000
|
||||
app_spec_service_code_min_val=300001
|
||||
groupReuseSources=groupReuseSources
|
||||
log_time_range=3600000
|
||||
log_time_range=300000
|
||||
log_time_start=2018-08-01 00:00:00
|
||||
log_time_end=2018-10-01 00:00:00
|
||||
area_tag=location
|
||||
|
||||
Reference in New Issue
Block a user