去除显示项目列表的存储过程调用(刷新项目提交次数已移至changeset对象创建之后)
This commit is contained in:
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…
Reference in New Issue