@@ -211,6 +211,9 @@ public class AssoGroupFeatureService extends ServiceImpl<AssoGroupFeatureMapper,
.orderByDesc(BaseEntity::getId));
if (!CollectionUtils.isEmpty(list)) {
assoGroupFeature = list.get(0);
+ } else {
+ //根据特征id查询证据组合和特征关联
+ assoGroupFeature = this.getById(featureGroupId);
}
} else {
//根据特征id查询证据组合和特征关联