This commit is contained in:
root 2019-11-04 01:19:59 +08:00
parent b2cd17b82f
commit c59c6565e3
2 changed files with 1 additions and 3 deletions

View File

@ -32,8 +32,6 @@ class PlanController extends Controller
if ($plan->content) { if ($plan->content) {
$plan->content = str_replace(PHP_EOL, '', $plan->content); $plan->content = str_replace(PHP_EOL, '', $plan->content);
} }
$plan->show = $request->input('show');
$plan->renew = $request->input('renew');
$plan->transfer_enable = $request->input('transfer_enable'); $plan->transfer_enable = $request->input('transfer_enable');
$plan->group_id = $request->input('group_id'); $plan->group_id = $request->input('group_id');
$plan->month_price = $request->input('month_price'); $plan->month_price = $request->input('month_price');

View File

@ -126,4 +126,4 @@ CREATE TABLE `v2_user` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8; ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- 2019-10-29 06:15:21 -- 2019-11-03 16:48:35