|
...
|
...
|
@@ -192,10 +192,10 @@ class ComController extends BaseController |
|
|
|
}
|
|
|
|
//更新数据库
|
|
|
|
$data = [
|
|
|
|
'title'=>null,
|
|
|
|
'bind_plat_from'=>null,
|
|
|
|
'profile_key'=>null,
|
|
|
|
'ref_id'=>null,
|
|
|
|
'title'=>'',
|
|
|
|
'bind_plat_from'=>'',
|
|
|
|
'profile_key'=>'',
|
|
|
|
'ref_id'=>'',
|
|
|
|
];
|
|
|
|
$res = $ayr_share_model->edit($data,['id'=>$v['id']]);
|
|
|
|
if($res == false){
|
...
|
...
|
|