Browse Source

fix: 字符串解析问题

zhangweicheng 4 ngày trước cách đây
mục cha
commit
217a94ec41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
       );