no message

main
이범준 6 months ago
parent e0a50b94f0
commit be3107e648

@ -1089,18 +1089,12 @@ public class CommHoCController {
String strCollect = mapOrg.get("in_collect_new").toString();
if (strCollect.equals("60") || strCollect.equals("61") || strCollect.equals("62") || strCollect.equals("63")
|| strCollect.equals("64") || strCollect.equals("66")) {
System.out.println("##### 사전결제 시작 ####");
if (callPreRegistPayment(mapOrg) < 0) {
mapOrg.put("in_collect", "40");
mapOrg.put("in_collect_new", "69"); // 사전등록결제 미납
}
callPreRegistPayment(mapOrg);
}
// 미인식 ?
if (mapOrg.get("in_car").toString().equals("????????????") == true) {
}
if (mapOrg.get("out_ret").toString().equals("1") == true) {
result.setMsg(ResultSmartPlatform.STATUS_SUCESS, "정상적으로 처리되었습니다.");

Loading…
Cancel
Save