|
|
|
@ -113,7 +113,8 @@ public class BizKtGbsService extends AbstractService implements IBizKtGbsService
|
|
|
|
|
dto.setMmsRsltDvcd("60");
|
|
|
|
|
}
|
|
|
|
|
dto.setMmsRsltDvcdMsg(messageUtil.getMessage("info.api.kt.msg.rslt."+dto.getMmsRsltDvcd()));
|
|
|
|
|
// FIXME: KT GIBIS 적용 안됨 - 컬럼 추가 필요
|
|
|
|
|
// FIXME: KT GIBIS 적용 안됨 - 기존API 반영 결과와 신규 발송 결과에 따른 반영 구분
|
|
|
|
|
//if(mapper.updateKtGbsDtl2(dto) != 1) {
|
|
|
|
|
if(mapper.updateKtGbsDtl(dto) != 1) {
|
|
|
|
|
errors.add(new ErrorMsg(
|
|
|
|
|
String.format("존재 하지 않는 발송 대상(src_key[%s], mms_rslt_sqno[%s]) 입니다",
|
|
|
|
|