浏览代码

更新

tags/v4.3.1
huangjiajun 1年前
父节点
当前提交
d904b2828d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/comm_plan/winery.go

+ 1
- 1
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
}


正在加载...
取消
保存