From 19af71ce7289e6caa6d0b453b845596feb21f7cd Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Tue, 24 Mar 2020 12:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E9=99=90=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ToolController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Admin/Controller/ToolController.class.php b/Application/Admin/Controller/ToolController.class.php index 3df6c9182..6a1352d96 100644 --- a/Application/Admin/Controller/ToolController.class.php +++ b/Application/Admin/Controller/ToolController.class.php @@ -1129,6 +1129,7 @@ class ToolController extends ThinkController { }else { $fixStr = str_replace('-','',$_REQUEST['day_remark']); $data['limit_time_type_remark'] = $fixStr; + $data['fix_date'] = $fixStr; } break; } @@ -1256,6 +1257,7 @@ class ToolController extends ThinkController { }else { $fixStr = str_replace('-','',$_REQUEST['day_remark']); $confInfo['limit_time_type_remark'] = $fixStr; + $confInfo['fix_date'] = $fixStr; } // $confInfo['limit_time_type_remark'] = $_REQUEST['day_remark']; break;