From ad6c105f7a2b6f97322cf84364579bee079f25e2 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 01 八月 2019 20:25:04 +0800 Subject: [PATCH] change table_id to arr --- protomsg.proto | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 1993742..20b03e6 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -313,7 +313,7 @@ message EsPersonCacheChange { EsCacheChanged type = 1; - string table_id = 2;//搴曞簱id + repeated string table_id = 2;//搴曞簱id string person_id = 3;//浜哄憳id string feature = 4;//鐗瑰緛鍊糱ase64 DbAction action = 5; -- Gitblit v1.8.0