diff --git a/business/jd/controller/order.go b/business/jd/controller/order.go index ce608d696..1eaa5d5af 100644 --- a/business/jd/controller/order.go +++ b/business/jd/controller/order.go @@ -54,7 +54,7 @@ func handlePendingOrderMsg() { } } -func orderMsgHandlerRoutinue() { +func orderMsgHandlerRoutine() { for { msg := <-orderMsgChan globals.SugarLogger.Debugf("orderMsgHandlerRoutine:%v", msg)