Browse Source

2025/7/21

master
Aoi_Tori 6 months ago
parent
commit
82dd581109
  1. 5
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

5
src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

@ -2480,9 +2480,8 @@
left join plm_request_node as d on a.site = d.site and prh.classification_no = d.classification_no and prh.workflow_id = d.workflow_id and a.step_id = d.step_id
left join plm_customer_part_info pcpi on a.site = pcpi.site and a.test_part_no = pcpi.part_no and c.customer_id = pcpi.customer_no
<if test="cutterNumber != null and cutterNumber != ''">
inner join plm_bm_prepress pbp on pbp.Site = a.site and pbp.code_no = a.code_no and
(plateNo like #{cutterNumber} or
cutterNumber like #{cutterNumber})
inner join plm_bm_prepress pbp on pbp.Site = a.site and pbp.code_no = a.code_no and plateNo like #{cutterNumber}
inner join plm_bm_prepress_tool bpt on bpt.Site = a.site and bpt.code_no = a.code_no and (tool_id like #{cutterNumber} OR tool_desc like #{cutterNumber} )
</if>
<where>
<if test="id != null">

Loading…
Cancel
Save