|
|
@@ -2375,7 +2375,7 @@ public class TssGoodsService {
|
|
|
|
|
|
//인증타입
|
|
|
if (StringUtils.isNotBlank(goodsMass.getCertType())) {
|
|
|
- commonCode.setCdGb("G084");
|
|
|
+ commonCode.setCdGb("G081");
|
|
|
commonCode.setCd(goodsMass.getCertType());
|
|
|
Collection<CommonCode> certTypeList = rendererService.getCommonCodeList(commonCode);
|
|
|
if (certTypeList == null || certTypeList.isEmpty()) {
|