|
|
@@ -791,6 +791,8 @@ public class TsfMypageController extends TsfBaseController {
|
|
|
// 1. 세션회원조회
|
|
|
int custNo = TsfSession.getInfo().getCustNo();
|
|
|
orderChange.setCustNo(custNo);
|
|
|
+ orderChange.setRegNo(custNo);
|
|
|
+ orderChange.setUpdNo(custNo);
|
|
|
|
|
|
GagaMap map = coreOrderChangeService.returnReq(orderChange);
|
|
|
|