|
@@ -59,7 +59,7 @@ class YinliuManageController extends CatchController
|
|
|
'link_url' => 'required',
|
|
|
]);
|
|
|
|
|
|
- $data = $request->only('focus_type', 'gzh_id', 'pop_type', 'link_type', 'link_url');
|
|
|
+ $data = $request->only('focus_type', 'gzh_id', 'pop_type', 'link_type', 'link_url', 'pop_type_sub');
|
|
|
if(2 != $data['pop_type']) {
|
|
|
$data['pop_type_sub'] = 0;
|
|
|
}
|