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

competition
z9hang 11 years ago
parent 74ba4384b1
commit e63be10680

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

Loading…
Cancel
Save