Browse Source

2024-11-04

master
qiezi 1 year ago
parent
commit
d2e207cdb2
  1. 4
      src/main/resources/mapper/part/PartInformationMapper.xml

4
src/main/resources/mapper/part/PartInformationMapper.xml

@ -1851,7 +1851,7 @@
status,
um_id
from part
where site = #{site} and part_no = #{partNo} and status = 'Y'
where site = #{site} and part_no = #{partNo} and active = 'Y'
</select>
<!-- 单独的方法 修改项目物料的BU相关信息 -->
@ -1872,7 +1872,7 @@
status,
um_id
from part
where status = 'Y'
where active = 'Y'
<if test="site != null and site != ''">
and site = #{site}
</if>

Loading…
Cancel
Save