From 5231100b94e034e930e851eeec01122ffe02f137 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 13 Feb 2020 22:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BA=93=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/myshixuns_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/controllers/myshixuns_controller.rb b/app/controllers/myshixuns_controller.rb index 7fd3547b9..369c5099b 100644 --- a/app/controllers/myshixuns_controller.rb +++ b/app/controllers/myshixuns_controller.rb @@ -265,8 +265,10 @@ class MyshixunsController < ApplicationController uid_logger_dubug("-- game build: file update #{@sec_key}, record id is #{record.id}, time is **** #{Time.now.strftime("%Y-%m-%d %H:%M:%S.%L")}") end # 隐藏代码文件 和 VNC的都不需要走版本库 - uid_logger_dubug("#######enter_#{@myshixun.identifier}: #{@hide_code}") + uid_logger_dubug("#######enter_#{@myshixun.identifier}: #{@hide_code}; #{@myshixun.shixun&.vnc_evaluate && params[:evaluate].present?}") unless @hide_code || (@myshixun.shixun&.vnc_evaluate && params[:evaluate].present?) + uid_logger_dubug("#######enter_#{@myshixun.identifier}: ---------------- ") + # 远程版本库文件内容 last_content = GitService.file_content(repo_path: @repo_path, path: path)["content"]