|
@@ -724,12 +724,14 @@ public class TsaShoplinkerService {
|
|
|
//cert_item 의 경우 인증코드 값이 있으면 'C011', 없으면 'C010'
|
|
//cert_item 의 경우 인증코드 값이 있으면 'C011', 없으면 'C010'
|
|
|
if("".equals(map.getCertNo())){
|
|
if("".equals(map.getCertNo())){
|
|
|
sbRequest.append(" <cert_item>").append("C010").append("</cert_item>\n");
|
|
sbRequest.append(" <cert_item>").append("C010").append("</cert_item>\n");
|
|
|
|
|
+ sbRequest.append(" <cert_organ><![CDATA[.]]></cert_organ>\n");
|
|
|
|
|
+ sbRequest.append(" <cert_no><![CDATA[.]]></cert_no>\n");
|
|
|
}else {
|
|
}else {
|
|
|
sbRequest.append(" <cert_item>").append("C011").append("</cert_item>\n");
|
|
sbRequest.append(" <cert_item>").append("C011").append("</cert_item>\n");
|
|
|
|
|
+ sbRequest.append(" <cert_organ><![CDATA[").append(map.getCertOrgan()).append("]]></cert_organ>\n");
|
|
|
|
|
+ sbRequest.append(" <cert_no><![CDATA[").append(map.getCertNo()).append("]]></cert_no>\n");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- sbRequest.append(" <cert_organ><![CDATA[").append(map.getCertOrgan()).append("]]></cert_organ>\n");
|
|
|
|
|
- sbRequest.append(" <cert_no><![CDATA[").append(map.getCertNo()).append("]]></cert_no>\n");
|
|
|
|
|
sbRequest.append(" </cert>\n");
|
|
sbRequest.append(" </cert>\n");
|
|
|
sbRequest.append(" </certinfo>\n");
|
|
sbRequest.append(" </certinfo>\n");
|
|
|
sbRequest.append(" </product>\n");
|
|
sbRequest.append(" </product>\n");
|