mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 19:35:09 +08:00
Update demo
This commit is contained in:
@@ -10,7 +10,7 @@ namespace OrmTest
|
||||
{
|
||||
public static void Check(object a, object b, object name)
|
||||
{
|
||||
if (a?.ToString() != b?.ToString())
|
||||
if (a?.ToString()?.Trim() != b?.ToString()?.Trim())
|
||||
{
|
||||
throw new Exception(name + " error");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user