PDI部件管理查询bug修复

This commit is contained in:
funny 2026-05-27 15:34:45 +08:00
parent db885a9105
commit 1f2a02fa84
1 changed files with 6 additions and 6 deletions

View File

@ -7,10 +7,10 @@
SELECT SELECT
c.id, c.id,
c.component_name, c.component_name,
c.delivery_rules_id, c.sort,
c.detection_rules_id,
c.create_by, c.create_by,
c.creaete_time c.creaete_time,
c.detection_rules_id
FROM qms_pdi_component_anagement c FROM qms_pdi_component_anagement c
WHERE c.detection_rules_id = #{request.detectionRulesId} WHERE c.detection_rules_id = #{request.detectionRulesId}
<if test="request.componentName != null and request.componentName != ''"> <if test="request.componentName != null and request.componentName != ''">