|
|
|
@ -571,7 +571,7 @@ public class BizNimsServiceBean extends AbstractServiceBean implements BizNimsSe
|
|
|
|
|
if (isEmpty(list)) {
|
|
|
|
|
// FIXME : 데이타 정상 흐름 확인후 comment 제거
|
|
|
|
|
//continue;
|
|
|
|
|
throw ApiCustomException.create(String.format("데이타 오류(제품코드[%s]에 해당하는 데이타가 없습니다)", r.getPrductCd()));
|
|
|
|
|
throw ApiCustomException.create(String.format("데이타 오류(%s[%s]제품에 해당하는 데이타가 없습니다)", r.getPrductNm(), r.getPrductCd()));
|
|
|
|
|
}
|
|
|
|
|
r.setNrcdSeNm(list.get(0).getNrcdSeNm());
|
|
|
|
|
r.setPrtmSeNm(list.get(0).getPrtmSeNm());
|
|
|
|
@ -591,9 +591,9 @@ public class BizNimsServiceBean extends AbstractServiceBean implements BizNimsSe
|
|
|
|
|
.build()
|
|
|
|
|
);
|
|
|
|
|
if (isEmpty(list)) {
|
|
|
|
|
// FIXME : 데이타 정상 흐름 확인후 comment 제거
|
|
|
|
|
//continue;
|
|
|
|
|
throw ApiCustomException.create(String.format("데이타 오류(마약류취급자식별번호[%s]에 해당하는 데이타가 없습니다)", r.getBsshCd()));
|
|
|
|
|
// FIXME : 제품의 제조사[마약류식별아이디] 정보가 없는 경우가 존재 하여 exception 처리 제거
|
|
|
|
|
continue;
|
|
|
|
|
//throw ApiCustomException.create(String.format("데이타 오류([%s]제품의 마약류취급자식별번호[%s]에 해당하는 데이타가 없습니다)", r.getPrductNm(), r.getBsshCd()));
|
|
|
|
|
}
|
|
|
|
|
r.setBsshNm(list.get(0).getBsshNm());
|
|
|
|
|
}
|
|
|
|
|