|
@@ -5,6 +5,7 @@ import java.util.Collection;
|
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
import com.style24.front.biz.service.TsfCustomerService;
|
|
import com.style24.front.biz.service.TsfCustomerService;
|
|
|
|
|
+import com.style24.front.biz.service.TsfDisplayService;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.mobile.device.Device;
|
|
import org.springframework.mobile.device.Device;
|
|
@@ -69,6 +70,9 @@ public class TsfPlanningController extends TsfBaseController {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private TsfCustomerService customerService;
|
|
private TsfCustomerService customerService;
|
|
|
|
|
|
|
|
|
|
+ @Autowired
|
|
|
|
|
+ private TsfDisplayService displayService;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 기획전 메인 화면
|
|
* 기획전 메인 화면
|
|
|
* @param cateNo - 카테고리번호
|
|
* @param cateNo - 카테고리번호
|
|
@@ -226,8 +230,10 @@ public class TsfPlanningController extends TsfBaseController {
|
|
|
mav.setViewName(super.getDeviceViewName("planning/PlanningEventAttendForm"));
|
|
mav.setViewName(super.getDeviceViewName("planning/PlanningEventAttendForm"));
|
|
|
return mav;
|
|
return mav;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // 브랜드그룹 정보 : 브랜드메인 링크에 설정된 기획전으로 들어올때 GNB 변경때문에 사용
|
|
|
|
|
+ mav.addObject("brandGroupInfo", displayService.getGnbBrandGroup(plan.getBrandGroupNo()));
|
|
|
|
|
+
|
|
|
mav.setViewName(super.getDeviceViewName("planning/PlanningDetailForm"));
|
|
mav.setViewName(super.getDeviceViewName("planning/PlanningDetailForm"));
|
|
|
return mav;
|
|
return mav;
|
|
|
}
|
|
}
|