Selaa lähdekoodia

fixed 官方无效

zero 1 vuosi sitten
vanhempi
commit
c438a53ec8

+ 3 - 0
src/main/java/cn/cslg/pas/service/business/invalidReport/AssoGroupFeatureService.java

@@ -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查询证据组合和特征关联