feat: post plus 운영 발송으로 변경

dev
kjh 11 months ago
parent bc7acb5fa0
commit 5a88397d57

@ -898,7 +898,7 @@ public class BizSisulService extends AbstractService implements IBizSisulService
+ "]"; + "]";
returnJson[1] = "[" returnJson[1] = "["
+ "\"v1.10\"," + "\"v1.10\","
+ "\"Y\"," + "\"N\","
+ "\"PST\"," + "\"PST\","
+ "\"" + Checks.checkVal(dto.getUnitySndngMastrId(), "") + "\"," + "\"" + Checks.checkVal(dto.getUnitySndngMastrId(), "") + "\","
+ "\"소봉투\"," + "\"소봉투\","
@ -929,7 +929,7 @@ public class BizSisulService extends AbstractService implements IBizSisulService
+ "]"; + "]";
returnJson[1] = "[" returnJson[1] = "["
+ "\"v1.10\"," + "\"v1.10\","
+ "\"Y\"," + "\"N\","
+ "\"PST\"," + "\"PST\","
+ "\"" + Checks.checkVal(dto.getUnitySndngMastrId(), "") + "\"," + "\"" + Checks.checkVal(dto.getUnitySndngMastrId(), "") + "\","
+ "\"소봉투\"," + "\"소봉투\","

Loading…
Cancel
Save