😎修复sqlsugar扩展错误
This commit is contained in:
parent
aeccf511cd
commit
38135427c8
@ -17,7 +17,7 @@
|
||||
<PackageReference Include="AngleSharp" Version="1.1.2" />
|
||||
<PackageReference Include="AspectCore.Extensions.Reflection" Version="2.4.0" />
|
||||
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
|
||||
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.2" />
|
||||
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.3" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.5.5" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.5.5" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.5.5" />
|
||||
|
||||
@ -197,7 +197,7 @@ public static class SqlSugarExtension
|
||||
|
||||
return Expression.Constant(valueparsed, propertyType);
|
||||
}
|
||||
if (propertyType == typeof(long))
|
||||
if (propertyType == typeof(long) || propertyType == typeof(long?))
|
||||
{
|
||||
string? stringLong = GetStringFromJsonElement(value);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user