mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update mysql
This commit is contained in:
@@ -23,11 +23,7 @@ namespace SqlSugar
|
||||
var dllPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bulkcopyfiles");
|
||||
if (StaticConfig.BulkCopy_MySqlCsvPath.HasValue())
|
||||
{
|
||||
if (!FileHelper.IsExistDirectory(StaticConfig.BulkCopy_MySqlCsvPath))
|
||||
{
|
||||
FileHelper.CreateDirectory(StaticConfig.BulkCopy_MySqlCsvPath);
|
||||
dllPath = StaticConfig.BulkCopy_MySqlCsvPath;
|
||||
}
|
||||
dllPath = StaticConfig.BulkCopy_MySqlCsvPath;
|
||||
}
|
||||
DirectoryInfo dir = new DirectoryInfo(dllPath);
|
||||
if (!dir.Exists)
|
||||
|
Reference in New Issue
Block a user