refactor:암호화 api debuging 추가
This commit is contained in:
parent
4ed848c5d1
commit
ed3e9b8239
@ -750,6 +750,7 @@ public class AdjReqMgrPastController {
|
|||||||
try {
|
try {
|
||||||
adjReqMgrPastService.selectAssMgrPstEncryption();
|
adjReqMgrPastService.selectAssMgrPstEncryption();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
return ResponseEntity.ok(new RestResponse(HttpStatus.BAD_REQUEST, "암호화 중 오류가 발생하였습니다.", LocalDateTime.now()));
|
return ResponseEntity.ok(new RestResponse(HttpStatus.BAD_REQUEST, "암호화 중 오류가 발생하였습니다.", LocalDateTime.now()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user