From dad2dcd24a02f2268a9d28f0dc073a251279981b Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Tue, 19 Nov 2024 15:26:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A1=9C=EA=B7=B8=20=EB=B0=8F=20TODO=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../adds/biz/nims/service/bean/BizNimsServiceBean.java | 10 ++-------- src/main/resources/logback-spring.xml | 10 +++++++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/main/java/cokr/xit/adds/biz/nims/service/bean/BizNimsServiceBean.java b/src/main/java/cokr/xit/adds/biz/nims/service/bean/BizNimsServiceBean.java index 813f6b2..c424920 100644 --- a/src/main/java/cokr/xit/adds/biz/nims/service/bean/BizNimsServiceBean.java +++ b/src/main/java/cokr/xit/adds/biz/nims/service/bean/BizNimsServiceBean.java @@ -198,12 +198,6 @@ public class BizNimsServiceBean extends AbstractServiceBean implements BizNimsSe if(isEmpty(curList)) return curList; - //FIXME: 신규 API 적용 - 조회 결과 저장 skip - // for (NimsApiDto.ProductInfoKd d : curList) { - // d.setRgtr(reqDto.getUserId()); - // bizNimsMapper.mergeProductInfoKd(d); - // } - // 제조 번호, 일련번호, 유효기간 정보 목록 추가 if(isMnfSeqInfo) productInfoaddMnfSeqs(curList, reqDto.getBc(), reqDto.getK()); return curList; @@ -305,7 +299,7 @@ public class BizNimsServiceBean extends AbstractServiceBean implements BizNimsSe if(files.size() != dtls.size()) throw ApiCustomException.create("폐기물 파일 갯수 오류[파일 갯수 확인]"); - // FIXME: 신규 API 적용 - 취급자 및 제품 정보 저장 + // 취급자 및 제품 정보 저장 bsshInfoSt.setRgtr(reqDto.getUserId()); bizNimsMapper.mergeBsshInfoSt(bsshInfoSt); prdList.forEach( @@ -630,7 +624,7 @@ public class BizNimsServiceBean extends AbstractServiceBean implements BizNimsSe .build() ); if (isEmpty(list)) { - // FIXME : 제품의 제조사[마약류식별아이디] 정보가 없는 경우가 존재 하여 exception 처리 제거 + // 제품의 제조사[마약류식별아이디] 정보가 없는 경우가 존재 하여 exception 처리 제거 continue; //throw ApiCustomException.create(String.format("데이타 오류([%s]제품의 마약류취급자식별번호[%s]에 해당하는 데이타가 없습니다)", r.getPrductNm(), r.getBsshCd())); } diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index ccf7844..169094f 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -36,14 +36,16 @@ + + //기본 출력 로그 제거 %d{yyyy-MM-dd HH:mm:ss} - SQL:\n%msg%n ${CONSOLE_LOG_CHARSET} + --> @@ -139,9 +141,11 @@ + @@ -184,7 +188,7 @@ - + @@ -192,7 +196,7 @@ - +