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

@ -5,12 +5,12 @@
<!-- 分页查询部件 -->
<select id="search" resultType="com.nflg.wms.repository.entity.QmsPdiComponentAnagement">
SELECT
c.id,
c.component_name,
c.delivery_rules_id,
c.detection_rules_id,
c.create_by,
c.creaete_time
c.id,
c.component_name,
c.sort,
c.create_by,
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 != ''">