修改导表错误-uat
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-12-01 13:21:40 +08:00
parent f0369e15c7
commit ad6f593743
1 changed files with 6 additions and 5 deletions

View File

@ -76,11 +76,12 @@ namespace IRaCIS.Core.Infrastructure.Extention
foreach (PropertyInfo property in properties)
{
if (typeof(IEnumerable).IsAssignableFrom(property.PropertyType)
&& property.PropertyType != typeof(string))
{
continue;
}
//质控导出需要集合
// if (typeof(IEnumerable).IsAssignableFrom(property.PropertyType)
//&& property.PropertyType != typeof(string))
// {
// continue;
// }
string propertyName = property.Name;
object propertyValue = property.GetValue(obj);