diff --git a/src/main/java/com/itn/mjonApi/mjon/api/inqry/service/impl/HstryServiceImpl.java b/src/main/java/com/itn/mjonApi/mjon/api/inqry/service/impl/HstryServiceImpl.java index fd4b9e9..d46df2b 100644 --- a/src/main/java/com/itn/mjonApi/mjon/api/inqry/service/impl/HstryServiceImpl.java +++ b/src/main/java/com/itn/mjonApi/mjon/api/inqry/service/impl/HstryServiceImpl.java @@ -87,7 +87,7 @@ public class HstryServiceImpl implements HstryService { } catch (Exception e) { log.info("selectPrice Error [{}]", e.getMessage()); - return new RestResponse("STAT_3090"); + return new RestResponse("STAT_3099"); } return new RestResponse(hstryResponseVO); @@ -116,7 +116,7 @@ public class HstryServiceImpl implements HstryService { } catch (Exception e) { log.info("selectPrice Error [{}]", e.getMessage()); - return new RestResponse("STAT_4090"); + return new RestResponse("STAT_4099"); } return new RestResponse(hstryResponseVO);