策略事件日志接口修改查询表名,将查本地改为查集群
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<include refid="getPolicyEventLogColumn"/>
|
||||
</otherwise>
|
||||
</choose>
|
||||
from policy_event_log_local
|
||||
from policy_event_log
|
||||
<where>
|
||||
<if test="searchCompileId !=null">
|
||||
and policy_id = #{searchCompileId}
|
||||
|
||||
Reference in New Issue
Block a user