Commit 84971c18 by Licx

科室字典粘贴数据-特殊核算单元取值错误

parent 16785ae8
......@@ -1100,7 +1100,7 @@ private void DeptDicList(int hospitalId, int allotId, List<per_dept_dic> deptDic
deptDics.Add(getDeptDic("", "行政后勤", data.LogisticsAccounting?.Trim()));
if (!string.IsNullOrEmpty(data.SpecialAccounting))
deptDics.Add(getDeptDic("", "特殊核算组", data.LogisticsAccounting?.Trim()));
deptDics.Add(getDeptDic("", "特殊核算组", data.SpecialAccounting?.Trim()));
}
private List<Dictionary<string, string>> CreateDataRow(SaveCollectData request, Dictionary<string, string> config)
......
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