nohyphen
This commit is contained in:
parent
2fd98b700d
commit
93b8cefad7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class UmoDocumentResult(UmoDoctype? type, Person employee, IEntity employ
|
|||
.Replace(PAYMENT_LIT, Anal.ValueLiteral)
|
||||
.Replace(PAYMENT, Payment!.Value.ToString())
|
||||
.Replace(WORK_TYPE, Anal.JobPosition)
|
||||
.Replace(DYNAMIC_DATA, string.Join(", ", Anal.Conditions));
|
||||
.Replace(DYNAMIC_DATA, string.Join(", ", Anal.Conditions.Select(x => x.Trim('-').Trim(' '))));
|
||||
string tmp = Path.GetTempFileName();
|
||||
await File.WriteAllTextAsync(tmp, xml);
|
||||
|
||||
|
|
Loading…
Reference in a new issue