Commit a97208f5 by lcx

添加日志记录

parent 52915361
...@@ -74,6 +74,7 @@ public void Handler(int hospitalId, per_allot allot, string groupName, bool isSi ...@@ -74,6 +74,7 @@ public void Handler(int hospitalId, per_allot allot, string groupName, bool isSi
if (hisScrips == null || !hisScrips.Any()) return; if (hisScrips == null || !hisScrips.Any()) return;
foreach (var item in hisScrips) 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); 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