调整了注释

This commit is contained in:
lizanle 2015-01-27 13:46:47 +08:00
parent 6c02c96342
commit d112c5a911
1 changed files with 1 additions and 1 deletions

View File

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