从1开始

back_recharge
jiahuiwen 2019-04-25 17:32:41 +08:00
parent b05cb6edd6
commit e9da699d03
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class STableManager {
File file = new File(path);
if (!file.exists()) {
tableName = tableName.substring(0, 3);
mapType += 100;
mapType += 101;
i = mapType;
continue;
}