운영환경일때 ai팀경로수정

This commit is contained in:
2026-02-26 08:36:53 +09:00
parent 8ac0a00311
commit 7c200b057a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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