Merge pull request '调整更新接口中 chaner 的取值' (#197) from KingChan/forgeplus:pm_project_develop into pm_project_develop

This commit is contained in:
KingChan 2023-11-14 14:41:05 +08:00
commit 4020fc3515
1 changed files with 1 additions and 1 deletions

View File

@ -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? # 操作记录