From c145c466124bc2cde6c28105d4a04eb6368b504f Mon Sep 17 00:00:00 2001 From: "LAPTOP-L3VE7KK2\\USER" Date: Mon, 3 Feb 2025 14:59:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=20API=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qcast/biz/object/ObjectService.java | 5 ++++ .../resources/mappers/object/objectMapper.xml | 29 ++++++++++--------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/interplug/qcast/biz/object/ObjectService.java b/src/main/java/com/interplug/qcast/biz/object/ObjectService.java index 87bfaa4a..13452755 100644 --- a/src/main/java/com/interplug/qcast/biz/object/ObjectService.java +++ b/src/main/java/com/interplug/qcast/biz/object/ObjectService.java @@ -173,6 +173,11 @@ public class ObjectService { * @throws Exception */ public List selectObjectList(ObjectRequest objectRequest) throws Exception { + + if (!"T01".equals(objectRequest.getSaleStoreId())) { + objectRequest.setSchSelSaleStoreId(""); + } + return objectMapper.selectObjectList(objectRequest); } diff --git a/src/main/resources/mappers/object/objectMapper.xml b/src/main/resources/mappers/object/objectMapper.xml index 12318176..b7f1c308 100644 --- a/src/main/resources/mappers/object/objectMapper.xml +++ b/src/main/resources/mappers/object/objectMapper.xml @@ -141,7 +141,7 @@