Skip to content

Commit

Permalink
feat: 规则审计-策略新增/编辑-后端接口 --story=121513458
Browse files Browse the repository at this point in the history
【修复】
1. 修复规则审计策略
  • Loading branch information
0RAJA committed Jan 10, 2025
1 parent 1dd50e4 commit 90bb1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/services/web/analyze/controls/rule_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def _build_sql_node_config(self, bk_biz_id: int) -> dict:
}
],
"inputs": [
{"id": self.rt_node_map[rt_id], "from_result_table_ids": rt_id} for rt_id in self.rt_ids
{"id": self.rt_node_map[rt_id], "from_result_table_ids": [rt_id]} for rt_id in self.rt_ids
],
"dedicated_config": {
"sql": self.strategy.sql,
Expand Down

0 comments on commit 90bb1ee

Please sign in to comment.