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