mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-27 02:58:41 +00:00
fix tests
This commit is contained in:
parent
932027fff7
commit
4d3eca0663
|
|
@ -38,7 +38,7 @@ final class AmountMapper extends DataMapperFactory
|
|||
public const COLUMNS = [
|
||||
'investmgmt_amount_id' => ['name' => 'investmgmt_amount_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'investmgmt_amount_name' => ['name' => 'investmgmt_amount_name', 'type' => 'string', 'internal' => 'name'],
|
||||
'investmgmt_amount_amount' => ['name' => 'investmgmt_amount_amount', 'type' => 'Serializable', 'internal' => 'type'],
|
||||
'investmgmt_amount_amount' => ['name' => 'investmgmt_amount_amount', 'type' => 'Serializable', 'internal' => 'amount'],
|
||||
'investmgmt_amount_date' => ['name' => 'investmgmt_amount_date', 'type' => 'DateTime', 'internal' => 'date'],
|
||||
'investmgmt_amount_group' => ['name' => 'investmgmt_amount_group', 'type' => 'int', 'internal' => 'group'],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user