|
|
|
@ -12,6 +12,7 @@ import kr.xit.biz.ens.model.pplus.PplusDTO.BatchAcceptRequest;
|
|
|
|
|
import kr.xit.biz.ens.model.pplus.PplusDTO.PpCommonResponse;
|
|
|
|
|
import kr.xit.biz.ens.model.pplus.PplusDTO.PpStatusRequest;
|
|
|
|
|
import kr.xit.biz.ens.model.pplus.PplusDTO.PpStatusResponse;
|
|
|
|
|
import kr.xit.core.spring.annotation.TraceLogging;
|
|
|
|
|
import kr.xit.core.spring.util.ApiWebClientUtil;
|
|
|
|
|
import kr.xit.core.support.utils.FileUtil;
|
|
|
|
|
import kr.xit.core.support.utils.JsonUtils;
|
|
|
|
@ -65,7 +66,7 @@ public class PplusService extends EgovAbstractServiceImpl implements IPplusServi
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings("unchecked")
|
|
|
|
|
@Override
|
|
|
|
|
//@TraceLogging
|
|
|
|
|
@TraceLogging
|
|
|
|
|
public PpCommonResponse sendBulks(final SndngMssageParam reqDTO) {
|
|
|
|
|
final List<BatchAcceptRequest> tgtList = mapper.selectPostPlusSendTgts(reqDTO);
|
|
|
|
|
|
|
|
|
@ -93,8 +94,7 @@ public class PplusService extends EgovAbstractServiceImpl implements IPplusServi
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//@TraceLogging
|
|
|
|
|
private PpCommonResponse accept(final SndngMssageParam paramDTO, final String unitySndngMstId) {
|
|
|
|
|
public PpCommonResponse accept(final SndngMssageParam paramDTO, final String unitySndngMstId) {
|
|
|
|
|
final CmmEnsRlaybsnmDTO ktMnsInfo = CmmKtMmsUtils.getRlaybsnmInfo(paramDTO.getSignguCode(), paramDTO.getFfnlgCode());
|
|
|
|
|
|
|
|
|
|
MultipartFile pstFile = FileUtil.createMutipartFile(unitySndngMstId + ".json", FILE_TEMP_PATH);
|
|
|
|
|