Ver código fonte

fix: 字符串解析问题

zhangweicheng 2 semanas atrás
pai
commit
cca73cc1d7

+ 1 - 1
modules/users/controllers/compilation_controller.js

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