调整了注释
This commit is contained in:
parent
6c02c96342
commit
d112c5a911
|
@ -96,7 +96,7 @@ module Redmine
|
|||
end
|
||||
# Time 2015-01-27 13:34:40
|
||||
# Author lizanle
|
||||
# Description 这段代码增加了时间跨度,时间跨度应该由管理员来调整,所以应该去掉
|
||||
# Description 这段代码就用scope.all进行了查询,拖慢了速度,并且增加了时间跨度,时间跨度应该由管理员来调整,所以应该去掉
|
||||
=begin
|
||||
unless scope.all(provider_options[:find_options].dup).first.nil?
|
||||
if provider_options[:timestamp].include? "updated_on"
|
||||
|
|
Loading…
Reference in New Issue