@@ -19,6 +19,7 @@ public class GoodsSafeNo extends TscBaseDomain {
private String certNum;
private String certState;
private String certDiv;
+ private String certOrganName;
private String certDt;
// public boolean getIsCertNum() {
@@ -639,6 +639,7 @@
, CERT_NUM
, CERT_STATE
, CERT_DIV
+ , CERT_ORGAN_NAME
, CERT_DT
FROM TB_GOODS_SAFE_NO A
WHERE GOODS_CD = #{goodsCd}
@@ -183,7 +183,7 @@
<i class="ico ico_kcl"></i>
</div>
<div>
- <p class="tit normal" th:text="${goodsSafeNo.certDiv}">
+ <p class="tit normal" th:text="${goodsSafeNo.certDiv + ' / ' + goodsSafeNo.certOrganName}">
</p>
<p class="normal">
<th:block th:if="${#strings.contains(goodsSafeNo.certNum, '해당')}" >
@@ -377,7 +377,7 @@
<p class="normal" >
@@ -191,7 +191,7 @@
<div class="area_kcl" th:if="${goodsSafeNo != null}">
어린이제품 안전인증 / 한국건설생활시험연구원(KCL)
@@ -626,7 +626,7 @@