Commit 5993b6ad by lcx

人员字典银行卡号使用文本类型

parent 1be6d94b
......@@ -658,7 +658,7 @@ public HandsonTable GetBatchPersonStructrue(int hospitalId)
var ss = deptdics?.Where(t => !new string[] { UnitType.专家组.ToString() }.Contains(t.UnitType));
if (result.Columns != null && result.Columns.Any())
{
var columns = new [] { "核算单元", "科室名称", "姓名", "员工工号" };
var columns = new[] { "核算单元", "科室名称", "姓名", "员工工号", "银行卡号" };
foreach (var column in result.Columns)
{
if (columns.Contains(column.Data))
......
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