최근 사용일시 업데이트
This commit is contained in:
@@ -108,7 +108,7 @@ public class ModelTrainMngCoreService {
|
||||
hyperParamEntity.setTotalUseCnt(
|
||||
hyperParamEntity.getTotalUseCnt() == null ? 1 : hyperParamEntity.getTotalUseCnt() + 1);
|
||||
|
||||
// 마지막 사용 시간 업데이트
|
||||
// 최근 사용일시 업데이트
|
||||
hyperParamEntity.setLastUsedDttm(ZonedDateTime.now());
|
||||
|
||||
String modelVer =
|
||||
|
||||
Reference in New Issue
Block a user