Compare commits
2 Commits
1adb7e6e2a
...
12449325a9
| Author | SHA1 | Date |
|---|---|---|
|
|
12449325a9 | |
|
|
3b48685a07 |
|
|
@ -621,7 +621,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
return new GetVisitClinicalDataNameOutDto()
|
||||
{
|
||||
ClinicalDataName = string.Join(',', clinicalDataNames),
|
||||
ClinicalDataName = string.Join(_userInfo.IsEn_Us? ", ":",", clinicalDataNames),
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue