From a79e937857e046eb6e47e25bd36970956179d042 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sat, 18 Jan 2020 10:26:43 +0800 Subject: [PATCH] 1 --- app/controllers/shixun_lists_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/shixun_lists_controller.rb b/app/controllers/shixun_lists_controller.rb index c77da46e0..268548df9 100644 --- a/app/controllers/shixun_lists_controller.rb +++ b/app/controllers/shixun_lists_controller.rb @@ -1,6 +1,7 @@ class ShixunListsController < ApplicationController def index @results = ShixunSearchService.call(search_params, current_laboratory) + Rails.logger.info("########results: #{@results}") end private