From 45a38d83aba32d49232a3babed601ebd6dc9c81b Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 22 六月 2020 16:26:07 +0800 Subject: [PATCH] fix --- controllers/car.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/controllers/car.go b/controllers/car.go index 280bd3b..43f47b5 100644 --- a/controllers/car.go +++ b/controllers/car.go @@ -36,6 +36,9 @@ go func() { message := fmt.Sprintf("褰撳墠鍓╀綑杞︿綅锛�%d涓�", left) b, e := service.Push("鑲茶嫳鏅烘収鍋滆溅", message) + if b { + prePushLeft = left + } fmt.Println("b:", b,"e:",e, "message:", message) }() } -- Gitblit v1.8.0