From 54b1cf66d671f1c44ec563d14bdc4872600192b8 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 27 May 2019 14:59:34 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=B8=8B=E5=8F=91ServerMsgNewWait4ApproveA?= =?UTF-8?q?fsOrder,=20ServerMsgKeyAfsOrderStatusChanged=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/msghub/msghub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/msghub/msghub.go b/business/msghub/msghub.go index 115e740b7..fb5c2855b 100644 --- a/business/msghub/msghub.go +++ b/business/msghub/msghub.go @@ -70,7 +70,7 @@ func routinueFunc() { registerMsg := msg.MsgData.(*MsgOp) delete(channelMap[registerMsg.StoreID], registerMsg.Chan2Listen) close(registerMsg.Chan2Close) - case ServerMsgNewOrder, ServerMsgKeyOrderStatusChanged: + case ServerMsgNewOrder, ServerMsgKeyOrderStatusChanged, ServerMsgNewWait4ApproveAfsOrder, ServerMsgKeyAfsOrderStatusChanged: globals.SugarLogger.Debugf("msghub routinueFunc, msg:%s", utils.Format4Output(msg, true)) utils.CallFuncAsync(func() { for chan2Send := range channelMap[msg.StoreID] {