mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 21:13:46 +08:00
Synchronization code
This commit is contained in:
@@ -1310,7 +1310,7 @@ namespace SqlSugar
|
||||
|
||||
#region Helper
|
||||
|
||||
private void SugarCatch(Exception ex, string sql, SugarParameter[] parameters)
|
||||
protected virtual void SugarCatch(Exception ex, string sql, SugarParameter[] parameters)
|
||||
{
|
||||
if (sql != null && sql.Contains("{year}{month}{day}"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user