|
|
|
@ -937,10 +937,11 @@ public class EnsBatchService extends EgovAbstractServiceImpl implements IEnsBatc
|
|
|
|
|
|
|
|
|
|
List<KtMainSendReqData> sendReqs = mapper.selectKtBcSendTgts(tgtDTO);
|
|
|
|
|
|
|
|
|
|
//TODO :: KKO 기준 작성 필요
|
|
|
|
|
final List<BulkSendReq> bulkList = new ArrayList<>();
|
|
|
|
|
final List<String> mstIdList = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|
// setKkoMyDocSendBulks(list, bulkList, mstIdList);
|
|
|
|
|
// setKtBcSendBulks(list, bulkList, mstIdList);
|
|
|
|
|
|
|
|
|
|
// validation check
|
|
|
|
|
// try {
|
|
|
|
|