From bf3500e6280af72ae539aaf72713d226eb53fd6e Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Thu, 7 Mar 2019 11:02:27 +0800
Subject: [PATCH] 当年保费支出

---
 app/index/controller/FormController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/index/controller/FormController.php b/app/index/controller/FormController.php
index 23afc8f..b6d520c 100644
--- a/app/index/controller/FormController.php
+++ b/app/index/controller/FormController.php
@@ -262,7 +262,7 @@ class FormController extends WeChatBaseController
             'insurer' => $param['insurer'],
             'relation' => $param['relation'],
             'insurer_birthday' => $param['insurer_birthday'],
-            'insurer_time' => $param['insurer_time'],
+            'insurer_time' => strtotime($param['insurer_time']),
             'take_time' => strtotime($param['take_time']),
 //            'insure_time' => $param['insure_time'],
             'remit' => $param['remit'],
--
libgit2 0.24.0