Commit 21573200 authored by 姜春辉's avatar 姜春辉

feat: 修改核酸结果显示方式

parent 4f337a8f
......@@ -420,6 +420,8 @@ namespace GS.Terminal.Identification.Enterprise.Logic
{ human.Nat = "7"; human.NatUnit = "d"; }
if (healthStatus.nat <= 168)
{ human.Nat = "4"; human.NatUnit = "d"; }
if (healthStatus.nat <= 72)
{ human.Nat = "72"; human.NatUnit = "h"; }
if (healthStatus.nat <= 48)
{ human.Nat = "48"; human.NatUnit = "h"; }
human.NatColor = Program.config.LogicConfig.NATExpirationHours >= healthStatus.nat ? BLUE : YELLOW;
......
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