|
|
@ -152,7 +152,7 @@ public class ResidentAndDisabledService implements IResidentAndDisabledService {
|
|
|
|
//---------------------------------------------------------
|
|
|
|
//---------------------------------------------------------
|
|
|
|
GnRecallSc entity = gnReacallRepository.findById(dto.getScCode()).orElseThrow(() -> new CustomBaseException(ErrorCode.DATA_NOT_FOUND));
|
|
|
|
GnRecallSc entity = gnReacallRepository.findById(dto.getScCode()).orElseThrow(() -> new CustomBaseException(ErrorCode.DATA_NOT_FOUND));
|
|
|
|
entity.setScTransfer(CtgyConstants.Judge.TRANSFER_ACCEPT.getCode());
|
|
|
|
entity.setScTransfer(CtgyConstants.Judge.TRANSFER_ACCEPT.getCode());
|
|
|
|
entity.setScState(CtgyConstants.Judge.DATA_STATE_JUDGE.getCode());
|
|
|
|
// entity.setScState(CtgyConstants.Judge.DATA_STATE_JUDGE.getCode());
|
|
|
|
//JpaUtil.saveIfNullId(dto.getScCode(), repository, entity);
|
|
|
|
//JpaUtil.saveIfNullId(dto.getScCode(), repository, entity);
|
|
|
|
gnReacallRepository.save(entity);
|
|
|
|
gnReacallRepository.save(entity);
|
|
|
|
|
|
|
|
|
|
|
|