修复模型调优
This commit is contained in:
parent
a4c6693872
commit
d20dc4f1b3
@ -87,6 +87,10 @@ public class FineTuningTaskSyncService {
|
||||
fineTuningTaskMapper.updateById(updateObj);
|
||||
|
||||
}
|
||||
else {
|
||||
updateObj.setStatus(status);
|
||||
fineTuningTaskMapper.updateById(updateObj);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user