模型bugfix
This commit is contained in:
@@ -81,7 +81,8 @@ public class ModelsServiceImpl extends ServiceImpl<MachineLearningModelsMapper,
|
||||
String key = RedisUtils.getPrimaryKey(TableEnum.T_MACHINE_LEARNING_MODELS, id);
|
||||
machineLearningModels = redisManager.getByPrimaryKey(key, MachineLearningModels.class);
|
||||
} else {
|
||||
machineLearningModels = this.selectById(id);
|
||||
// machineLearningModels = this.selectById(id);
|
||||
machineLearningModels = machineLearningModelsMapper.selectById(id);
|
||||
}
|
||||
|
||||
return machineLearningModels;
|
||||
|
||||
Reference in New Issue
Block a user