修改字典 加英文
This commit is contained in:
@@ -522,6 +522,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
{
|
||||
{ "是","1"},
|
||||
{ "否","0"},
|
||||
{ "Yes","1"},
|
||||
{ "No","0"},
|
||||
};
|
||||
|
||||
List<IVUSMeasuredValue> measuredValueList = new List<IVUSMeasuredValue>();
|
||||
|
||||
@@ -340,8 +340,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||
{
|
||||
{ "是","1"},
|
||||
{ "否","0"},
|
||||
{ "Yes","1"},
|
||||
{ "No","0"},
|
||||
};
|
||||
|
||||
|
||||
string getNone(string value)
|
||||
{
|
||||
if (value == string.Empty || value == null)
|
||||
|
||||
Reference in New Issue
Block a user