|
@@ -13,6 +13,10 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
|
|
+import com.gagaframework.excel.env.GagaExcelConstants;
|
|
|
|
|
+import com.gagaframework.excel.xssf.GagaExcelResultHandler;
|
|
|
|
|
+import com.gagaframework.web.parameter.GagaMap;
|
|
|
|
|
+import com.gagaframework.web.rest.server.GagaResponseStatus;
|
|
|
import com.style24.core.biz.dao.TscNaverPayDao;
|
|
import com.style24.core.biz.dao.TscNaverPayDao;
|
|
|
import com.style24.core.biz.dao.TscOrderChangeDao;
|
|
import com.style24.core.biz.dao.TscOrderChangeDao;
|
|
|
import com.style24.core.biz.dao.TscOrderDao;
|
|
import com.style24.core.biz.dao.TscOrderDao;
|
|
@@ -31,11 +35,6 @@ import com.usafe.guarantee.InsuranceManager;
|
|
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
|
|
-import com.gagaframework.excel.env.GagaExcelConstants;
|
|
|
|
|
-import com.gagaframework.excel.xssf.GagaExcelResultHandler;
|
|
|
|
|
-import com.gagaframework.web.parameter.GagaMap;
|
|
|
|
|
-import com.gagaframework.web.rest.server.GagaResponseStatus;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 주문관리 Service
|
|
* 주문관리 Service
|
|
|
*
|
|
*
|
|
@@ -1823,6 +1822,7 @@ public class TscOrderService {
|
|
|
// 사은품사용포인트
|
|
// 사은품사용포인트
|
|
|
else {
|
|
else {
|
|
|
custPointInfo.setOccurGb(TscConstants.PointOccurGb.FREEGIFT_USE_POINT.value());
|
|
custPointInfo.setOccurGb(TscConstants.PointOccurGb.FREEGIFT_USE_POINT.value());
|
|
|
|
|
+ custPointInfo.setOrdFreegiftValSq(orderDetail.getOrdFreegiftValSq());
|
|
|
custPointInfo.setOccurDtlDesc("사은품포인트사용");
|
|
custPointInfo.setOccurDtlDesc("사은품포인트사용");
|
|
|
}
|
|
}
|
|
|
|
|
|