从1开始
parent
b05cb6edd6
commit
e9da699d03
|
@ -133,7 +133,7 @@ public class STableManager {
|
||||||
File file = new File(path);
|
File file = new File(path);
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
tableName = tableName.substring(0, 3);
|
tableName = tableName.substring(0, 3);
|
||||||
mapType += 100;
|
mapType += 101;
|
||||||
i = mapType;
|
i = mapType;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue