Ver Fonte

默认的

Kirin há 4 anos atrás
pai
commit
3e9ab52ee0
1 ficheiros alterados com 1 adições e 0 exclusões
  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']);