과태료 파일등록: 적발담당자 id -> 적발담당자 명

master
mjkhan21 5 months ago
parent 0fa750d1c7
commit bae70bb0bb

@ -83,7 +83,8 @@ public class SntrisBean extends AbstractBean {
blankIfEmpty(prenotice.getJukbalYmdHs()), // 위반일시
blankIfEmpty(prenotice.getNapMobilNo()), // 핸드폰
blankIfEmpty(prenotice.getNapTelNo()), // 전화번호
blankIfEmpty(prenotice.getLastWorkId()), // 적발 담당자명
blankIfEmpty(prenotice.getLastWorkNm()), // 적발 담당자명
// blankIfEmpty(prenotice.getLastWorkId()), // 적발 담당자 ID(인사대체키)
blankIfEmpty(prenotice.getJukbalTelNo()), // 적발담당 전화번호
blankIfEmpty(prenotice.getBigo()), // 비고
blankIfEmpty(prenotice.getNapDzipCd()), // 도로명 우편번호

Loading…
Cancel
Save