ソースを参照

更新

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
}


読み込み中…
キャンセル
保存