배치 서비스 등록록

This commit is contained in:
2026-02-05 10:39:15 +09:00
parent 867aa398a3
commit 8aa93a2cc2
6 changed files with 174 additions and 16 deletions

View File

@@ -508,9 +508,6 @@ public class BatchService extends BaseService {
private Map<String, Object> parseCustomerObject(String json) {
Map<String, Object> customer = new HashMap<String, Object>();
// objid는 자동생성
customer.put("objid", CommonUtils.createObjId());
// 기본 정보
customer.put("client_cd", extractJsonValue(json, "trCd")); // 거래처코드
customer.put("client_nm", extractJsonValue(json, "trNm")); // 거래처명