|
|
|
@ -114,7 +114,7 @@ public class ResidentAndDisabledService implements IResidentAndDisabledService {
|
|
|
|
|
// 신규
|
|
|
|
|
if (isNew) {
|
|
|
|
|
// 접수번호 채번 : 년도 + seq 10자리
|
|
|
|
|
dto.setScSeq(gnReacallRepository.getGnRecallScMaxScSeq(String.valueOf(DateUtil.getCurrentYear()), CtgyConstants.Judge.DATAGB_RESIDENT.getCode()));
|
|
|
|
|
dto.setScSeq(gnReacallRepository.getGnRecallScMaxScSeq(String.valueOf(DateUtil.getCurrentYear()), dto.getScDatagb()));
|
|
|
|
|
entity = mapstruct.toEntity(dto);
|
|
|
|
|
}else{
|
|
|
|
|
entity = mapstruct.toEntity(dto);
|
|
|
|
|