Commit c503ff9758593727ae88b89173568a19834a5cd0

Authored by Deepseath
1 parent 5654c1f3

新增 mappingid

Showing 1 changed file with 1 additions and 0 deletions
src/ApiV2/Mapping.php
@@ -94,6 +94,7 @@ class Mapping @@ -94,6 +94,7 @@ class Mapping
94 'recruitmentHc' => 'recruitmentHcs', 94 'recruitmentHc' => 'recruitmentHcs',
95 'esop' => 'esop', 95 'esop' => 'esop',
96 'leaveCompensate' => 'leaveCompensate', 96 'leaveCompensate' => 'leaveCompensate',
  97 + 'hireAgain' => 'hireAgain'
97 ]; 98 ];
98 99
99 if ($field === null) { 100 if ($field === null) {