This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
修复:无法根据root_id查询到对应issue
pull/347/head
yystopf
2 years ago
parent
71305d7304
commit
2437bda410
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/services/api/v1/issues/list_service.rb
+ 2
- 2
app/services/api/v1/issues/list_service.rb
View File
@@ -71,8 +71,8 @@ class Api::V1::Issues::ListService < ApplicationService
#pm相关
# root_id
if
pm_projec
t_id.present?
issues = issues.where(root_id: root_id
.present? ? nil : root_id
)
if
roo
t_id.present?
issues = issues.where(root_id: root_id
).or(issues.where(id: root_id)
)
end
# pm_issue_type
Write
Preview
Loading…
Cancel
Save