From 0a206339901a8791a409f1510f774e9a88b5a4b8 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Thu, 1 Sep 2022 03:54:38 +0000 Subject: [PATCH] multi id search is added --- Cargo.toml | 4 ++-- src/api/betting/service.rs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11f72d1..68c513d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ prost = { version = "0" } nats = { version = "0" } base64 = { version = "0" } -beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.87-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.73-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.89-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.75-snapshot" } [build-dependencies] diff --git a/src/api/betting/service.rs b/src/api/betting/service.rs index 75d8312..df2e6bb 100644 --- a/src/api/betting/service.rs +++ b/src/api/betting/service.rs @@ -94,9 +94,11 @@ impl Service { bpr::ss::api::betting::list_betting_history_request::request::Search { member_id: s.member_id, vendor_id: s.vendor_id, + vendor_ids: s.vendor_ids, vendor_name: s.vendor_name, vendor_name_like: s.vendor_name_like, game_id: s.game_id, + game_ids: s.game_ids, game_name: s.game_name, game_name_like: s.game_name_like, game_category: s.game_category,