update
This commit is contained in:
@@ -207,8 +207,8 @@ public class ExperimentServiceImpl extends ServiceImpl<ExperimentMapper, Experim
|
||||
Integer lastIndex = getLastIndex();
|
||||
experiment.setIndexNo(lastIndex + 1);
|
||||
}
|
||||
saveOrUpdate(experiment);
|
||||
}
|
||||
saveOrUpdate(experiment);
|
||||
|
||||
String experimentUser = experiment.getExperimentUser();
|
||||
if (StringUtils.isNotBlank(experimentUser)) {
|
||||
|
||||
Reference in New Issue
Block a user