优化
This commit is contained in:
+1
-1
@@ -292,7 +292,7 @@ namespace dy.net
|
||||
connString = CreateSqliteDBConn();
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(connString))
|
||||
if (string.IsNullOrWhiteSpace(connString))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user