|
@@ -205,7 +205,8 @@ public class AssoGroupFeatureService extends ServiceImpl<AssoGroupFeatureMapper,
|
|
|
if (featureId1 != null && groupId1 != null) {
|
|
|
assoGroupFeature = this.getOne(new LambdaQueryWrapper<AssoGroupFeature>()
|
|
|
.eq(AssoGroupFeature::getFeatureId, featureId1)
|
|
|
- .eq(AssoGroupFeature::getGroupId, groupId1));
|
|
|
+ .eq(AssoGroupFeature::getGroupId, groupId1),
|
|
|
+ false);
|
|
|
} else {
|
|
|
//根据特征id查询证据组合和特征关联
|
|
|
assoGroupFeature = this.getById(featureGroupId);
|