PDI部件管理查询bug修复

This commit is contained in:
funny 2026-05-27 15:47:09 +08:00
parent 1f2a02fa84
commit 71a55b7534
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
c.component_name,
c.sort,
c.create_by,
c.creaete_time,
c.create_time,
c.detection_rules_id
FROM qms_pdi_component_anagement c
WHERE c.detection_rules_id = #{request.detectionRulesId}