1. 动态规则发送筛选条件时新增“日志规则ID”字段

2. 解决防护对象未返回IP字段错误
3. 将queryTasks中的auditStatus从Boolean改为Integer
This commit is contained in:
EnderByEndera
2024-04-23 12:15:07 +08:00
parent 5e67c8a68a
commit f8d707df00
6 changed files with 10 additions and 5 deletions

View File

@@ -47,7 +47,8 @@
<select id="queryProtectObjects" resultMap="protectObjectMap">
SELECT
protect_object_id, protect_object_name, protect_object_system_name, INET_NTOA(protect_object_ip),
protect_object_id, protect_object_name, protect_object_system_name,
INET_NTOA(protect_object_ip) as protect_object_ip,
protect_object_port, protect_object_url, protect_object_protocol, protect_object_audit_status
FROM t_protect_object
<where>