Optimize the code

This commit is contained in:
sunkaixuan
2025-07-31 15:06:31 +08:00
parent 10342ab51b
commit a91d539f12

View File

@@ -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 源码里面下载");