更改:移除上次更改

This commit is contained in:
yystopf 2024-09-12 13:39:32 +08:00
parent 5b7eaa0663
commit 98f2898395
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Api::Pm::ProjectsController < Api::Pm::BaseController
type_status = @issues.group(:pm_issue_type,:status_id).count
type_status_data = {}
IssueStatus.all.map do |e|
next if e.id == 5
# next if e.id == 5
[1,2,3].map{ |type|
type_status_data[type] = {} if type_status_data[type].nil?
if type_status[[type,e.id]].nil?