From d904b2828d5f41197cff41863630671e6a703b65 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 22 Apr 2023 15:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/comm_plan/winery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/comm_plan/winery.go b/lib/comm_plan/winery.go index ab7eb3d..b45a82a 100644 --- a/lib/comm_plan/winery.go +++ b/lib/comm_plan/winery.go @@ -313,7 +313,7 @@ func checkCond(eg *xorm.Engine, uid, teamCountMin int) (int, int) { total = teamtotal.TeamCount } if total >= teamCountMin { - isfreeze = 1 + isfreeze = 0 } return isfreeze, total }