PDI部件管理查询bug修复
This commit is contained in:
parent
db885a9105
commit
1f2a02fa84
|
|
@ -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 != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue