Browse Source

默认的

Kirin 4 years ago
parent
commit
3e9ab52ee0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/vote/Vote.php

+ 1 - 0
app/admin/controller/vote/Vote.php

@@ -86,6 +86,7 @@ class Vote extends AuthController
             ['end_time', ''],
             ['price', ''],
             ['status', ''],
+            ['day_free', ''],
         ]);
         $data['start_time'] = strtotime($data['start_time']);
         $data['end_time'] = strtotime($data['end_time']);