修改字典 加英文

Test_IRC_Net10
he 2026-07-29 09:34:37 +08:00
parent b7d7b8c815
commit 32e23ca0a2
2 changed files with 5 additions and 0 deletions

View File

@ -522,6 +522,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{ {
{ "是","1"}, { "是","1"},
{ "否","0"}, { "否","0"},
{ "Yes","1"},
{ "No","0"},
}; };
List<IVUSMeasuredValue> measuredValueList = new List<IVUSMeasuredValue>(); List<IVUSMeasuredValue> measuredValueList = new List<IVUSMeasuredValue>();

View File

@ -340,8 +340,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{ {
{ "是","1"}, { "是","1"},
{ "否","0"}, { "否","0"},
{ "Yes","1"},
{ "No","0"},
}; };
string getNone(string value) string getNone(string value)
{ {
if (value == string.Empty || value == null) if (value == string.Empty || value == null)