|
|
@ -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);
|
|
|
|