|
@@ -207,6 +207,7 @@ public class AssoGroupFeatureService extends ServiceImpl<AssoGroupFeatureMapper,
|
|
|
List<AssoGroupFeature> list = this.list(new LambdaQueryWrapper<AssoGroupFeature>()
|
|
|
.eq(AssoGroupFeature::getFeatureId, featureId1)
|
|
|
.eq(AssoGroupFeature::getGroupId, groupId1)
|
|
|
+ .eq(AssoGroupFeature::getFeatureGen,0)
|
|
|
.orderByDesc(BaseEntity::getId));
|
|
|
if (!CollectionUtils.isEmpty(list)) {
|
|
|
assoGroupFeature = list.get(0);
|