策略事件日志接口修改查询表名,将查本地改为查集群

This commit is contained in:
李皓宸
2019-05-31 15:41:03 +08:00
parent 6611eea832
commit 002c2b914c

View File

@@ -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}