|
|
@@ -527,7 +527,7 @@ public class TsaOrderChangeController extends TsaBaseController {
|
|
|
*
|
|
|
* @param Collection<OrderChange>
|
|
|
* @return
|
|
|
- * @author card007rtn
|
|
|
+ * @author card007
|
|
|
* @since 2021. 01. 22
|
|
|
*/
|
|
|
@PostMapping("/exchangeCancelRequest")
|
|
|
@@ -547,6 +547,10 @@ public class TsaOrderChangeController extends TsaBaseController {
|
|
|
excReq.setUpdNo(userNo);
|
|
|
excReq.setRegNo(userNo);
|
|
|
|
|
|
+ // IP주소 설정
|
|
|
+ String ipAddress = TsaSession.getIpAddress();
|
|
|
+ excReq.setIpAddress(ipAddress);
|
|
|
+
|
|
|
// 교환철회 처리
|
|
|
result = orderChangeService.exchangeCancel(excReq);
|
|
|
|