From a536808643740c0354ed5b144909e23f7f786676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=B1=B3?= <470431449@qq.com> Date: Wed, 9 Oct 2024 11:25:49 +0800 Subject: [PATCH] =?UTF-8?q?pbom-=E6=AD=A3=E5=BC=8F=E7=89=88-=E5=B7=A5?= =?UTF-8?q?=E5=8E=82=E6=9F=A5=E8=AF=A2BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/master/BomNewPbomParentMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml index a66348a4..55f85525 100644 --- a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml +++ b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewPbomParentMapper.xml @@ -129,7 +129,7 @@ AND release_time < DATE_SUB(#{query.endDate}, INTERVAL -1 DAY) - and fac_code = #{query.facCode} + and a.fac_code = #{query.facCode} and a.material_no = #{query.materialNo}