연계 테스트 주석.

main
jjh 6 months ago
parent 2428053533
commit f945473f06

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

Loading…
Cancel
Save