fix: 일반우편 배달결과 배달에서 배달완료로 변경

dev
kjh 12 months ago
parent bd23fac669
commit 30ffe5335c

@ -248,7 +248,7 @@ public class EnsBatchStatusService extends AbstractService implements IEnsBatchS
// 일반우편 // 일반우편
if("일반".equals(dlvr)){ if("일반".equals(dlvr)){
if("제작발송완료".equals(processSttus)) resMapDTO.setDlvrSttus("배달"); if("제작발송완료".equals(processSttus)) resMapDTO.setDlvrSttus("배달완료");
mapper.updatePplusSndStatus(resMapDTO); mapper.updatePplusSndStatus(resMapDTO);
List<String> rsltTgts = mapper.selectPplusResultTgtsByUnitySndngMstId(unitySndngMstId); List<String> rsltTgts = mapper.selectPplusResultTgtsByUnitySndngMstId(unitySndngMstId);

Loading…
Cancel
Save