Commit 9429d34
fix(payroll-export): resolve Worker.EmployeeNo via SiteWorker join, not Site
Site entity doesn't have EmployeeNo — it's on the Worker entity, linked
via SiteWorker. Fixed the lookup to follow Site → SiteWorker → Worker and
read Worker.EmployeeNo for the CSV export rows.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1a9dba0 commit 9429d34
File tree
1 file changed
+25
-5
lines changed- eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/Services/PayrollExportService
1 file changed
+25
-5
lines changedLines changed: 25 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
77 | 83 | | |
78 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
79 | 99 | | |
80 | 100 | | |
81 | 101 | | |
| |||
0 commit comments