From f1200c20cc537e8dcda9e942687ebb7b2d06a000 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Mon, 9 Feb 2026 18:28:44 +0800 Subject: [PATCH] fix bug --- internal/logic/mock/order.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/logic/mock/order.go b/internal/logic/mock/order.go index d24c285..c2b60dc 100644 --- a/internal/logic/mock/order.go +++ b/internal/logic/mock/order.go @@ -45,6 +45,8 @@ func Run(key string, ymd int) { Status: 0, }) } + + CheckClose() } func CheckClose() {