Sign in
Deepseath
/
hris
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c503ff9758593727ae88b89173568a19834a5cd0
Authored by
Deepseath
2023-04-20 21:14:53 +0800
1 parent
5654c1f3
新增 mappingid
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/ApiV2/Mapping.php
src/ApiV2/Mapping.php
View file @
c503ff9
...
...
@@ -94,6 +94,7 @@ class Mapping
94
94
'recruitmentHc' => 'recruitmentHcs',
95
95
'esop' => 'esop',
96
96
'leaveCompensate' => 'leaveCompensate',
97
+ 'hireAgain' => 'hireAgain'
97
98
];
98
99
99
100
if ($field === null) {
...
...