multi id search is added

This commit is contained in:
병준 박 2022-09-01 03:54:38 +00:00
parent 7f2b137aae
commit 0a20633990
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ prost = { version = "0" }
nats = { version = "0" } nats = { version = "0" }
base64 = { version = "0" } base64 = { version = "0" }
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.87-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.73-snapshot" } beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.75-snapshot" }
[build-dependencies] [build-dependencies]

View File

@ -94,9 +94,11 @@ impl Service {
bpr::ss::api::betting::list_betting_history_request::request::Search { bpr::ss::api::betting::list_betting_history_request::request::Search {
member_id: s.member_id, member_id: s.member_id,
vendor_id: s.vendor_id, vendor_id: s.vendor_id,
vendor_ids: s.vendor_ids,
vendor_name: s.vendor_name, vendor_name: s.vendor_name,
vendor_name_like: s.vendor_name_like, vendor_name_like: s.vendor_name_like,
game_id: s.game_id, game_id: s.game_id,
game_ids: s.game_ids,
game_name: s.game_name, game_name: s.game_name,
game_name_like: s.game_name_like, game_name_like: s.game_name_like,
game_category: s.game_category, game_category: s.game_category,