@@ -879,6 +879,7 @@ public class TsfCustomerController extends TsfBaseController {
@PostMapping("/privacy/trust/layer")
public ModelAndView getMarketingLayerForm() {
ModelAndView mav = new ModelAndView();
+ mav.addObject("clause", clauseService.getClause(TscConstants.Site.STYLE24.value(), "G057_43"));
mav.setViewName(super.getDeviceViewName("customer/PrivacyTrustLayerForm"));
return mav;
}
@@ -22,8 +22,7 @@
<div class="modal-body">
<div class="pop_cont">
<div class="text_wrap">
- 개인정보 취급 위탁내용이 들어갑니다.<br>
-
+ <div class="text_wrap" th:utext="${#strings.replace(#strings.replace(clause,'&lt;','<'),'&gt;','>')}">
</div>