|
|
@ -47,7 +47,6 @@ public class TrafficCaSigntalkService {
|
|
|
|
public EnsResponseVO accept(String elctrnNticSndngId) {
|
|
|
|
public EnsResponseVO accept(String elctrnNticSndngId) {
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
|
|
|
|
|
|
|
|
TcaElctrnNticSndng elctrnNticSndng = tcaElctrnNticSndngRepository.findById(elctrnNticSndngId)
|
|
|
|
TcaElctrnNticSndng elctrnNticSndng = tcaElctrnNticSndngRepository.findById(elctrnNticSndngId)
|
|
|
|
.orElseThrow(() -> new EnsException(EnsErrCd.ACPT404, "일치하는 자료가 없습니다."));
|
|
|
|
.orElseThrow(() -> new EnsException(EnsErrCd.ACPT404, "일치하는 자료가 없습니다."));
|
|
|
|
if (!SndngProcessSttusCd.accept.equals(elctrnNticSndng.getSndngProcessSttus()))
|
|
|
|
if (!SndngProcessSttusCd.accept.equals(elctrnNticSndng.getSndngProcessSttus()))
|
|
|
|