Compare commits
No commits in common. "12449325a90630a7b7dc2890e1cf21c3ed09bab6" and "1adb7e6e2a3b740525846ca9ecda3de83433a65c" have entirely different histories.
12449325a9
...
1adb7e6e2a
|
|
@ -621,7 +621,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
return new GetVisitClinicalDataNameOutDto()
|
||||
{
|
||||
ClinicalDataName = string.Join(_userInfo.IsEn_Us? ", ":",", clinicalDataNames),
|
||||
ClinicalDataName = string.Join(',', clinicalDataNames),
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue