Skip to content

Commit 4b18684

Browse files
author
ryudo
committed
Merge branch 'fix-overtime' into 'development'
修正 審核員工補休 不接受員工篩選的錯誤 See merge request 5xruby/daikichi!12
2 parents 4fda15d + 7216d6a commit 4b18684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/backend/overtimes_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def set_query_object
7272

7373
def search_params
7474
@search_params = params.fetch(:q, {})&.permit(
75-
:s, :status_eq, :end_time_lteq, :start_time_gteq, :compensatory_type_eq)
75+
:s, :status_eq, :end_time_lteq, :start_time_gteq, :compensatory_type_eq, :user_id_eq)
7676
end
7777

7878
def collection_scope

0 commit comments

Comments
 (0)