导入1和0 兼容 2
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
he 2026-08-05 14:54:10 +08:00
parent a739f856b4
commit 138702f077
2 changed files with 4 additions and 0 deletions

View File

@ -587,6 +587,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
Dictionary<string, string> yesOrNo = new Dictionary<string, string>()
{
{ "1","1"},
{ "0","0"},
{ "是","1"},
{ "否","0"},
{ "Yes","1"},

View File

@ -469,6 +469,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
Dictionary<string, string> isPresent = new Dictionary<string, string>()
{
{ "1","1"},
{ "0","0"},
{ "有","1"},
{ "无","0"},
{ "Existence","1"},