从1开始
parent
b05cb6edd6
commit
e9da699d03
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue