瀏覽代碼

fix: 字符串解析问题

zhangweicheng 4 天之前
父節點
當前提交
217a94ec41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/users/controllers/compilation_controller.js

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

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