修改上限次数

back_recharge
duhui 2020-12-18 10:51:44 +08:00
parent a52f9e77ca
commit 2d91a2eb1e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class FightRecordLogic {
}
// 一种类型存储上限
private static int max = 18;
private static int max = 10;
public void setRecordMap(ConcurrentHashMap<Integer, MultiValueMap<Integer, String>> recordMap) {
this.recordMap = recordMap;