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 }