@@ -137,11 +137,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
{
|
||||
if (unit == ValueUnit.Custom)
|
||||
{
|
||||
transList.Add(answer + string.Empty + customUnit);
|
||||
transList.Add(item + string.Empty + customUnit);
|
||||
}
|
||||
else
|
||||
{
|
||||
transList.Add(answer + string.Empty + unitDataList.Where(y => y.Unit == unit).Select(x => x.UnitName).FirstIsNullReturnEmpty());
|
||||
transList.Add(item + string.Empty + unitDataList.Where(y => y.Unit == unit).Select(x => x.UnitName).FirstIsNullReturnEmpty());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user