2023-05-31 18:16 결과 코드값 추가.
This commit is contained in:
parent
044435c4ae
commit
96ba96234d
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user