Update throw

This commit is contained in:
sunkaixuan
2022-09-12 03:44:47 +08:00
parent ea3c141102
commit c7816e7f08

View File

@@ -54,7 +54,7 @@ namespace SqlSugar
catch
{
throw ex;
throw;
}
}
}