修改导表错误-uat
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4955a24d6f
commit
e6491a6203
|
|
@ -76,11 +76,12 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
||||||
|
|
||||||
foreach (PropertyInfo property in properties)
|
foreach (PropertyInfo property in properties)
|
||||||
{
|
{
|
||||||
if (typeof(IEnumerable).IsAssignableFrom(property.PropertyType)
|
//质控导出需要集合
|
||||||
&& property.PropertyType != typeof(string))
|
// if (typeof(IEnumerable).IsAssignableFrom(property.PropertyType)
|
||||||
{
|
//&& property.PropertyType != typeof(string))
|
||||||
continue;
|
// {
|
||||||
}
|
// continue;
|
||||||
|
// }
|
||||||
|
|
||||||
string propertyName = property.Name;
|
string propertyName = property.Name;
|
||||||
object propertyValue = property.GetValue(obj);
|
object propertyValue = property.GetValue(obj);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue