Commit 7fdc8379 by zhiwj

门店

parent 468a9532
......@@ -120,6 +120,8 @@ public class StoreServiceImpl implements StoreService {
tabStoreInfo.setCompleteStatus(copy.getCompleteStatus());
tabStoreInfo.setIndexId(copy.getIndexId());
tabStoreInfo.setOverflowStatus(copy.getOverflowStatus());
// 给个随机值 让binlog能检测到变化 去刷新es
tabStoreInfo.setIndexId(new Random().nextLong());
TabStore store = new TabStore();
store.setEnterpriseId(copy.getEnterpriseId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment