Commit 2f43415e by wyc

费用类别及系数配置(粘贴数据空列头修复.)

parent 06be2936
...@@ -1241,7 +1241,7 @@ public HandsonTableBase GetDrugtypeFactorConfig(int hospitalId, int allotId) ...@@ -1241,7 +1241,7 @@ public HandsonTableBase GetDrugtypeFactorConfig(int hospitalId, int allotId)
{ {
foreach (var column in defaultColumns) foreach (var column in defaultColumns)
{ {
dict.Add(column.Value + $"_{model.Id}", null); dict.Add(column.Value + $"_{model.Id}", "");
} }
} }
data.Add(dict); data.Add(dict);
......
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