去除显示项目列表的存储过程调用(刷新项目提交次数已移至changeset对象创建之后)

This commit is contained in:
z9hang 2014-08-25 15:18:52 +08:00
parent 74ba4384b1
commit e63be10680
1 changed files with 1 additions and 1 deletions

View File

@ -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