导入1和0 兼容
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
68af0578d0
commit
a739f856b4
|
|
@ -575,6 +575,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
Dictionary<string, string> isPresent = new Dictionary<string, string>()
|
Dictionary<string, string> isPresent = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
|
{ "1","1"},
|
||||||
|
{ "0","0"},
|
||||||
{ "有","1"},
|
{ "有","1"},
|
||||||
{ "无","0"},
|
{ "无","0"},
|
||||||
{ "Existence","1"},
|
{ "Existence","1"},
|
||||||
|
|
|
||||||
|
|
@ -400,6 +400,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
Dictionary<string, string> yesOrNo = new Dictionary<string, string>()
|
Dictionary<string, string> yesOrNo = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
|
{ "1","1"},
|
||||||
|
{ "0","0"},
|
||||||
{ "是","1"},
|
{ "是","1"},
|
||||||
{ "否","0"},
|
{ "否","0"},
|
||||||
{ "Yes","1"},
|
{ "Yes","1"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue