mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 23:24:34 +08:00
Optimize the code
This commit is contained in:
@@ -126,7 +126,7 @@ namespace SqlSugar
|
||||
var conn = db.GetAdapter();
|
||||
IsTryDm = true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
throw new Exception("你需要引用DmProvider.dll,在https://github.com/sunkaixuan/SqlSugar 源码里面下载");
|
||||
|
Reference in New Issue
Block a user