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