Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_tj
杨树林 5 years ago
commit 4ddef682ae

@ -1,6 +1,7 @@
class ShixunListsController < ApplicationController class ShixunListsController < ApplicationController
def index def index
@results = ShixunSearchService.call(search_params, current_laboratory) @results = ShixunSearchService.call(search_params, current_laboratory)
Rails.logger.info("########results: #{@results}")
end end
private private

Loading…
Cancel
Save