From ff5a25fe18c2abcca0b61836ae146e224b9c17dc Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 10 Apr 2025 15:10:25 +0900 Subject: [PATCH] =?UTF-8?q?/*=20sqlid=20:=20com.interplug.qcast.biz.estima?= =?UTF-8?q?te.selectEstimateApiFailList=20*/=20T=5FPLAN=20=20/=20T=5FPLAN?= =?UTF-8?q?=5FINFO=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EB=82=98=EB=89=A8=20?= =?UTF-8?q?=EC=BB=AC=EB=9F=BC=20=EB=AF=B8=EB=B0=98=EC=98=81=EB=B6=84..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/estimate/estimateMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mappers/estimate/estimateMapper.xml b/src/main/resources/mappers/estimate/estimateMapper.xml index c265fccc..824d4791 100644 --- a/src/main/resources/mappers/estimate/estimateMapper.xml +++ b/src/main/resources/mappers/estimate/estimateMapper.xml @@ -176,7 +176,7 @@ , P.CONSTRUCT_SPECIFICATION , P.NORTH_ARRANGEMENT , PI.ESTIMATE_TYPE - , P.PKG_ASP + , PI.PKG_ASP , P.DEL_FLG , CONVERT(NVARCHAR(10), PI.CREATE_DATETIME, 121) AS ESTIMATE_DETAIL_CREATE_DATE , P.LAST_EDIT_DATETIME @@ -192,7 +192,7 @@ ON O.OBJECT_NO = OI.OBJECT_NO INNER JOIN M_SALES_STORE SS WITH(NOLOCK) ON O.SALE_STORE_ID = SS.SALE_STORE_ID - WHERE P.SYNC_FLG = '0' + WHERE PI.SYNC_FLG = '0' AND OI.SOURCE_ORIGIN = 'QCAST_III' AND OI.ORG_DEL_FLG = '0'