refactor:암호화 api debuging 추가

This commit is contained in:
hylee 2022-12-01 09:07:09 +09:00
parent 4ed848c5d1
commit ed3e9b8239

View File

@ -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()));
}