[KC-103] spot less 적용
This commit is contained in:
@@ -52,7 +52,7 @@ public class MapSheetInferenceJobService {
|
||||
@Transactional
|
||||
public void runBatch() {
|
||||
if (isLocalProfile()) {
|
||||
return;
|
||||
// return;
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -249,6 +249,7 @@ public class MapSheetInferenceJobService {
|
||||
save.setRunningJobs(job.getRunningJobs());
|
||||
save.setCompletedJobs(job.getCompletedJobs());
|
||||
save.setFailedJobs(job.getFailedJobs());
|
||||
save.setType(sheet.getRunningModelType());
|
||||
inferenceResultCoreService.update(save);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user