Update user case test

This commit is contained in:
sunkaixuan 2024-01-12 12:50:07 +08:00
parent 7bf259d9a9
commit 397ed54374

View File

@ -63,11 +63,9 @@ namespace OrmTest
}).ToList();
}
catch (Exception ex)
catch (Exception)
{
Console.WriteLine("异常" + ex.InnerException?.Message);
//异常必须声明标量变量 "@constant1"。 报错
throw;
}
}