From e63be10680c0c8a07019bcc8b2e498fcd5f391ce Mon Sep 17 00:00:00 2001 From: z9hang Date: Mon, 25 Aug 2014 15:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=98=BE=E7=A4=BA=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=97=E8=A1=A8=E7=9A=84=E5=AD=98=E5=82=A8=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E8=B0=83=E7=94=A8(=E5=88=B7=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=8F=90=E4=BA=A4=E6=AC=A1=E6=95=B0=E5=B7=B2=E7=A7=BB?= =?UTF-8?q?=E8=87=B3changeset=E5=AF=B9=E8=B1=A1=E5=88=9B=E5=BB=BA=E4=B9=8B?= =?UTF-8?q?=E5=90=8E)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/projects_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 5093285c6..f3ab77603 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -106,7 +106,7 @@ class ProjectsController < ApplicationController def index #调用存储过程更新提交次数 - ActiveRecord::Base.connection.execute("CALL sp_project_status_cursor();") + #ActiveRecord::Base.connection.execute("CALL sp_project_status_cursor();") #Modified by nie @project_type = params[:project_type].to_i per_page_option = 10