Merge pull request '调整更新接口中 chaner 的取值' (#197) from KingChan/forgeplus:pm_project_develop into pm_project_develop
This commit is contained in:
commit
4020fc3515
|
@ -79,7 +79,7 @@ class Api::V1::Issues::UpdateService < ApplicationService
|
|||
@updated_issue.time_scale = @time_scale unless @time_scale.nil?
|
||||
|
||||
@updated_issue.updated_on = Time.now
|
||||
@updated_issue.changer_id = current_user.id
|
||||
@updated_issue.changer_id = @current_user.id
|
||||
@updated_issue.save!
|
||||
|
||||
build_after_issue_journal_details if @updated_issue.previous_changes.present? # 操作记录
|
||||
|
|
Loading…
Reference in New Issue