Commit c636f550 by lcx

Merge branch 'develop' into release/v20210707Develop新二次分配合并

parents f5d6126f 39985a14
......@@ -90,6 +90,7 @@ public void Handler(int hospitalId, per_allot allot, string groupName, bool isSi
if (hisScrips == null || !hisScrips.Any()) return;
foreach (var item in hisScrips)
{
logService.ReturnTheLog(allot.ID, groupName, 2, "提取数据", $"提取{item.SourceType} - {item.Category}数据", isSingle: isSingle);
HisData(allot, configs.FirstOrDefault(t => t.Id == item.ConfigId), item);
}
}
......
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