|
|
|
@ -216,8 +216,8 @@ public class SndngDtlBean extends AbstractComponent {
|
|
|
|
|
nisIndivQuery.setCrdnId(sndngDtl.getCrdnId());
|
|
|
|
|
nisIndivQuery.setSndngDtlId(sndngDtl.getSndngDtlId());
|
|
|
|
|
|
|
|
|
|
// String a03Msg = nisIndivBean.createNisIndivA03(nisIndivQuery);
|
|
|
|
|
|
|
|
|
|
String a03Msg = nisIndivBean.createNisIndivA03(nisIndivQuery);
|
|
|
|
|
/*
|
|
|
|
|
// 테스트 샘플
|
|
|
|
|
String a03Msg = "{ "
|
|
|
|
|
+ " \"linkRstCd\":" + "\"000" + "\""
|
|
|
|
@ -327,7 +327,7 @@ public class SndngDtlBean extends AbstractComponent {
|
|
|
|
|
+ ", \"rsveItem5\":" + "null"
|
|
|
|
|
+ " }"
|
|
|
|
|
+ " }";
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
try {
|
|
|
|
|
ObjectMapper mapper = new ObjectMapper();
|
|
|
|
|
JsonNode linkRst = mapper.readTree(a03Msg);
|
|
|
|
|