|
|
|
@ -266,10 +266,11 @@ class MyshixunsController < ApplicationController
|
|
|
|
|
if content != last_content
|
|
|
|
|
@content_modified = 1
|
|
|
|
|
|
|
|
|
|
author_name = current_user.full_name
|
|
|
|
|
author_name = current_user.real_name
|
|
|
|
|
author_email = current_user.mail
|
|
|
|
|
message = params[:evaluate] == 0 ? "System automatically submitted" : "User submitted"
|
|
|
|
|
uid_logger("")
|
|
|
|
|
uid_logger("112233#{author_name}")
|
|
|
|
|
uid_logger("112233#{author_email}")
|
|
|
|
|
@content = GitService.update_file(repo_path: @repo_path,
|
|
|
|
|
file_path: path,
|
|
|
|
|
message: message,
|
|
|
|
|