배치 서비스 등록록
This commit is contained in:
@@ -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")); // 거래처명
|
||||
|
||||
Reference in New Issue
Block a user