update
This commit is contained in:
@@ -64,14 +64,16 @@ public class ExperimentReviewServiceImpl extends ServiceImpl<ExperimentReviewRes
|
||||
detail.setResult(executeResult);
|
||||
experimentReviewDetailService.saveOrUpdate(detail);
|
||||
}
|
||||
if (i == 0) {
|
||||
List<ExperimentReviewDetail> detailList = experimentReviewDetailService.getBySample(experiment.getId(), sampleInfo.getId());
|
||||
|
||||
if (detailList.size() <= 1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
String reviewResult = adjustResult(experiment.getId(), sampleInfo.getId(), result);
|
||||
if (StringUtils.isNotBlank(reviewResult)) {
|
||||
if (StringUtils.isNotBlank(reviewResult) ) {
|
||||
result.setResult(reviewResult);
|
||||
return result;
|
||||
break;
|
||||
}
|
||||
}
|
||||
String reviewResult = adjustResult(experiment.getId(), sampleInfo.getId(), result);
|
||||
|
||||
Reference in New Issue
Block a user