refactor: 迁移初始化参数缓存并优化等待界面
This commit is contained in:
@@ -402,6 +402,7 @@ namespace Lskj.Core
|
||||
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
|
||||
public bool CreateConnection(string Connection = "", ConnectionType connectionType = ConnectionType.SqlServer)
|
||||
{
|
||||
InitialParamCache.Clear();
|
||||
bool isConnect = false;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user