浏览代码

修改业务bug

gogs 2 月之前
父节点
当前提交
2af2ec3101
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/ExpenseClaimsService.php

+ 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'],