|
|
@@ -377,7 +377,7 @@ public class TsfCustomerController extends TsfBaseController {
|
|
|
ModelAndView mav = new ModelAndView();
|
|
|
GagaMap result = niceCertify.certifyCellPhone();
|
|
|
|
|
|
- if (TscConstants.FrontGb.MOB.value().equals(TsfSession.getFrontGb())) {
|
|
|
+ if (!TscConstants.FrontGb.MOB.value().equals(TsfSession.getFrontGb())) {
|
|
|
mav.addObject("redirectUrl", redirectUrl); // 모바일만 사용
|
|
|
mav.addObject("custParams", custParams); // 모바일만 사용
|
|
|
}
|