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