@@ -320,7 +320,7 @@ class CompilationController extends BaseController {
//获取工程特征库
featureList = await projectFeatureFacade.findByCondition(
{ compilationId: selectedCompilation._id },
- null,
+ "-feature",
false
);