[FIX] do not set the table name at unknow when null is find
This commit is contained in:
parent
d011b3a587
commit
a7c9bb5e1b
@ -100,9 +100,6 @@ public class ConfigBaseVariable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String getDBName() {
|
public static String getDBName() {
|
||||||
if (bdDatabase == null) {
|
|
||||||
return "unknown";
|
|
||||||
}
|
|
||||||
return bdDatabase;
|
return bdDatabase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user