Browse Source

2025/8/1

master
Aoi_Tori 6 months ago
parent
commit
14217d682e
  1. 3
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

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

@ -2951,7 +2951,7 @@
left join view_Project_final_Part b on a.site = b.site and a.test_part_no = b.test_part_no
left join plm_request_header as prh on a.site = prh.site and prh.menu_id = '103002'
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
where
<where>
<if test="query.site != null and query.site != ''">
AND a.site = #{query.site}
</if>
@ -2964,6 +2964,7 @@
<if test="query.projectId == null">
and a.id IS NULL
</if>
</where>
order by a.ori_code_no desc, a.rev_no desc
</select>

Loading…
Cancel
Save