@@ -558,7 +558,7 @@ module.exports = app => {
}).filter(x => { return x.groupList.length > 0; });
// 获取项目列表
- const subProjects = await ctx.service.subProject.getAllDataByCondition({ where: { project_id: projectId, is_delete: 0 } });
+ const subProjects = await ctx.service.subProject.getAllDataByCondition({ where: { project_id: projectId, is_folder: 0, is_delete: 0 } });
const renderData = {
projectData,
tenderList,