Compare commits
16 Commits
feat/train
...
26828d0968
| Author | SHA1 | Date | |
|---|---|---|---|
| 26828d0968 | |||
| e2dbae15c0 | |||
| b246034632 | |||
| 687ea82d78 | |||
| 4ac0f19908 | |||
| 9e5e7595eb | |||
| 9cd9274e99 | |||
| 5d82f3ecfe | |||
| 2ce249ab33 | |||
| e34bf68de0 | |||
| 862bda0cb9 | |||
| 90f7b17d07 | |||
| 2128baa46a | |||
| 875c30f467 | |||
| 2b29cd1ac6 | |||
| 9206fff5d0 |
@@ -165,11 +165,11 @@ public class ModelTrainMngCoreService {
|
|||||||
modelMngRepository
|
modelMngRepository
|
||||||
.findById(modelId)
|
.findById(modelId)
|
||||||
.orElseThrow(() -> new CustomApiException("NOT_FOUND_DATA", HttpStatus.NOT_FOUND));
|
.orElseThrow(() -> new CustomApiException("NOT_FOUND_DATA", HttpStatus.NOT_FOUND));
|
||||||
//임시폴더 UID업데이트
|
// 임시폴더 UID업데이트
|
||||||
if (req.getRequestPath() != null && !req.getRequestPath().isEmpty()) {
|
if (req.getRequestPath() != null && !req.getRequestPath().isEmpty()) {
|
||||||
entity.setRequestPath(req.getRequestPath());
|
entity.setRequestPath(req.getRequestPath());
|
||||||
}
|
}
|
||||||
//TODO 삭제예정
|
// TODO 삭제예정
|
||||||
|
|
||||||
if (req.getResponsePath() != null && !req.getResponsePath().isEmpty()) {
|
if (req.getResponsePath() != null && !req.getResponsePath().isEmpty()) {
|
||||||
entity.setRequestPath(req.getResponsePath());
|
entity.setRequestPath(req.getResponsePath());
|
||||||
|
|||||||
Reference in New Issue
Block a user