fix: 일반우편결과 unitySndngMstId -> unitySndngDetailId

main
kjh 10 months ago
parent 664e7f64c3
commit 46c60ef19b

@ -255,7 +255,7 @@ public class EnsBatchStatusService extends AbstractService implements IEnsBatchS
List<String> rsltTgts = mapper.selectPplusResultTgtsByUnitySndngMstId(unitySndngMstId); List<String> rsltTgts = mapper.selectPplusResultTgtsByUnitySndngMstId(unitySndngMstId);
rsltTgts.forEach( unitySndngDetailId -> mapper.savePplusCntcSndngResult( rsltTgts.forEach( unitySndngDetailId -> mapper.savePplusCntcSndngResult(
PplusResult.builder() PplusResult.builder()
.unitySndngDetailId(unitySndngMstId) .unitySndngDetailId(unitySndngDetailId)
.signguCode(reqDTO.getSignguCode()) .signguCode(reqDTO.getSignguCode())
.ffnlgCode(reqDTO.getFfnlgCode()) .ffnlgCode(reqDTO.getFfnlgCode())
.sndngSeCode(SndngSeCode.PPLUS.getCode()) .sndngSeCode(SndngSeCode.PPLUS.getCode())

Loading…
Cancel
Save