From d2e207cdb2ff3c320bd5cbb863078fe3734923cf Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Mon, 4 Nov 2024 15:24:09 +0800 Subject: [PATCH] 2024-11-04 --- src/main/resources/mapper/part/PartInformationMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}