운영환경일때 ai팀경로수정
This commit is contained in:
@@ -552,7 +552,7 @@ public class InferenceResultService {
|
||||
sendDto.setCd_model_type(modelType);
|
||||
sendDto.setPriority(5d);
|
||||
|
||||
//운영환경일때 경로수정 dean 260226
|
||||
// 운영환경일때 경로수정 dean 260226
|
||||
if (profile != null && profile.equals("prod")) {
|
||||
log.info("profile = {} change inforence req", profile);
|
||||
sendDto.changeValForProd();
|
||||
|
||||
@@ -355,7 +355,7 @@ public class MapSheetInferenceJobService {
|
||||
m.setCls_model_version(progressDto.getClsModelVersion());
|
||||
m.setCd_model_type(type);
|
||||
m.setPriority(5d);
|
||||
//운영환경일때 경로수정 dean 260226
|
||||
// 운영환경일때 경로수정 dean 260226
|
||||
if (profile != null && profile.equals("prod")) {
|
||||
log.info("profile = {} [M]change inforence req", profile);
|
||||
m.changeValForProd();
|
||||
|
||||
Reference in New Issue
Block a user