PDI部件管理查询bug修复
This commit is contained in:
parent
db885a9105
commit
1f2a02fa84
|
|
@ -7,10 +7,10 @@
|
|||
SELECT
|
||||
c.id,
|
||||
c.component_name,
|
||||
c.delivery_rules_id,
|
||||
c.detection_rules_id,
|
||||
c.sort,
|
||||
c.create_by,
|
||||
c.creaete_time
|
||||
c.creaete_time,
|
||||
c.detection_rules_id
|
||||
FROM qms_pdi_component_anagement c
|
||||
WHERE c.detection_rules_id = #{request.detectionRulesId}
|
||||
<if test="request.componentName != null and request.componentName != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue