Commit 2367fdf2 authored by 潘栩锋's avatar 潘栩锋 🚴

1. 修复 当ParamDictionary 保存的数据为Null GetValue 异常

parent 3dd41794
......@@ -117,7 +117,7 @@ namespace Misc
else
{
cell.ToValue<T>();
var type = cell.Value.GetType();
//var type = cell.Value.GetType();
return (T)cell.Value;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment