mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Byte [] Bind bug
This commit is contained in:
@@ -108,7 +108,7 @@ namespace SqlSugar
|
||||
}
|
||||
if (propertyInfo != null && propertyInfo.GetSetMethod() != null)
|
||||
{
|
||||
if (propertyInfo.PropertyType.IsClass())
|
||||
if (propertyInfo.PropertyType.IsClass()&& propertyInfo.PropertyType!=PubConst.ByteArrayType)
|
||||
{
|
||||
BindClass(generator, result, propertyInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user