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);
rsltTgts.forEach( unitySndngDetailId -> mapper.savePplusCntcSndngResult(
PplusResult.builder()
.unitySndngDetailId(unitySndngMstId)
.unitySndngDetailId(unitySndngDetailId)
.signguCode(reqDTO.getSignguCode())
.ffnlgCode(reqDTO.getFfnlgCode())
.sndngSeCode(SndngSeCode.PPLUS.getCode())

Loading…
Cancel
Save