|
|
@@ -112,7 +112,6 @@ public class TscPointService {
|
|
|
|
|
|
/**
|
|
|
* 자동 구매확정 포인트 생성
|
|
|
- *
|
|
|
* @param point - 고객번호, 주문번호, 주문상세번호
|
|
|
* @author jsshin
|
|
|
* @since 2021. 04. 21
|
|
|
@@ -125,6 +124,7 @@ public class TscPointService {
|
|
|
|
|
|
// 2.구매확정 포인트 생성
|
|
|
pointDao.createOrderDecisionPoint(point);
|
|
|
+
|
|
|
// 3.구매확정 포인트 히스토리 수정
|
|
|
pointDao.updateOrderDecisionPointHst(point);
|
|
|
}
|