เปลี่ยนการจัดการขึ้นบรรทัดใหม่
This commit is contained in:
parent
9c24102b62
commit
2c85181268
1 changed files with 4 additions and 4 deletions
|
|
@ -32,10 +32,10 @@ namespace BMA.EHR.Organization.Service.Extensions
|
|||
|
||||
foreach (var p in list)
|
||||
{
|
||||
ret += $"{p.Name} หรือ\r\n";
|
||||
ret += $"{p.Name} หรือ ";
|
||||
}
|
||||
|
||||
ret = $"({ret.Substring(0, ret.Length - 7)})";
|
||||
ret = $"({ret.Substring(0, ret.Length - 6)})";
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
@ -50,10 +50,10 @@ namespace BMA.EHR.Organization.Service.Extensions
|
|||
|
||||
foreach (var p in list)
|
||||
{
|
||||
ret += $"{p.Name} หรือ\r\n";
|
||||
ret += $"{p.Name} หรือ ";
|
||||
}
|
||||
|
||||
ret = $"({ret.Substring(0, ret.Length - 7)})";
|
||||
ret = $"({ret.Substring(0, ret.Length - 6)})";
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue