mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-18 05:38:41 +00:00
fix mapper formats
This commit is contained in:
parent
d3c7817e28
commit
19a536462a
|
|
@ -38,7 +38,7 @@ final class EmployeeMapper extends DataMapperAbstract
|
|||
protected static array $columns = [
|
||||
'hr_staff_id' => ['name' => 'hr_staff_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'hr_staff_account' => ['name' => 'hr_staff_account', 'type' => 'int', 'internal' => 'account'],
|
||||
'hr_staff_smiPHash' => ['name' => 'hr_staff_smiPHash', 'type' => 'int', 'internal' => 'semiPrivateHash'],
|
||||
'hr_staff_smiPHash' => ['name' => 'hr_staff_smiPHash', 'type' => 'string', 'internal' => 'semiPrivateHash'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user