Browse Source

이태영 - 20210616 xbean.jar 제거

xodud lee 4 years ago
parent
commit
aa3ea37628

+ 0 - 7
pom.xml

@@ -164,13 +164,6 @@
 			<scope>system</scope>
 			<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/xalan.jar</systemPath>
 		</dependency>
-		<dependency>
-			<groupId>xbean</groupId>
-			<artifactId>xbean</artifactId>
-			<version>1.0</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/xbean.jar</systemPath>
-		</dependency>
 		<!-- \\\ WEB-INF lib -->
 	</dependencies>
 	

+ 5 - 2
src/main/java/com/style24/batch/biz/service/TsbNaverPayService.java

@@ -78,8 +78,8 @@ public class TsbNaverPayService {
 		String eddt = time.getEddt();
 
 		if("locd".equals(env.getProperty("spring.profiles.active"))) {
-			stdt = "20210616000000";
-			eddt = "20210616235959";
+			stdt = "20210618000000";
+			eddt = "20210618235959";
 
 			log.info("stdt : eddt ---> " + stdt + " : " + eddt);
 		}
@@ -429,6 +429,9 @@ public class TsbNaverPayService {
 					change.setCustNo(info.getCustNo());								// 주문고객번호
 					change.setOrdNm(info.getOrdNm());								// 주문자명 (비회원용)
 					change.setOrdPhnno(info.getOrdPhnno());							// 주문자휴대폰번호 (비회원용)
+
+					log.info("CHECK CHG_MEMO ::::: {} / !!!!", change.getChgMemo());
+
 					GagaMap cancelInfo = orderChangeService.orderCancelPreInfoTemp(change, change.getUserNo());
 				}
 			}

BIN
src/main/webapp/WEB-INF/lib/xbean.jar