gogs 2 сар өмнө
parent
commit
2af2ec3101

+ 1 - 1
app/Service/ExpenseClaimsService.php

@@ -88,7 +88,7 @@ class ExpenseClaimsService extends Service
                     'fee_id' => $value['fee_id'],
                     'amount' => $value['amount'],
                     'remark' => $value['remark'],
-                    'claim_date' => $value['claim_date'],
+                    'claim_date' => strtotime($value['claim_date']),
                     'entrust_type' => $value['entrust_type'],
                     'expense_type' => $value['expense_type'],
 //                    'expense_attachments' => $value['expense_attachments'],