diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index 3efd9f1f..6eb73c46 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/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' @@ -1872,7 +1872,7 @@ status, um_id from part - where status = 'Y' + where active = 'Y' and site = #{site}