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