导入1和0 兼容 2
This commit is contained in:
@@ -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"},
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user