2023-05-31 18:16 결과 코드값 추가.

This commit is contained in:
myname 2023-05-31 18:16:30 +09:00
parent 044435c4ae
commit 96ba96234d

View File

@ -87,7 +87,7 @@ public class HstryServiceImpl implements HstryService {
} catch (Exception e) { } catch (Exception e) {
log.info("selectPrice Error [{}]", e.getMessage()); log.info("selectPrice Error [{}]", e.getMessage());
return new RestResponse("STAT_3090"); return new RestResponse("STAT_3099");
} }
return new RestResponse(hstryResponseVO); return new RestResponse(hstryResponseVO);
@ -116,7 +116,7 @@ public class HstryServiceImpl implements HstryService {
} catch (Exception e) { } catch (Exception e) {
log.info("selectPrice Error [{}]", e.getMessage()); log.info("selectPrice Error [{}]", e.getMessage());
return new RestResponse("STAT_4090"); return new RestResponse("STAT_4099");
} }
return new RestResponse(hstryResponseVO); return new RestResponse(hstryResponseVO);