update
This commit is contained in:
parent
175893b729
commit
105142859a
@ -261,7 +261,7 @@
|
||||
}
|
||||
|
||||
public function check(){
|
||||
$params = $this->request->post(['id','check','content']);
|
||||
$params = $this->request->post(['id','check','content','check_node','check_admin_ids']);
|
||||
if(empty($params['id'])){
|
||||
return $this->fail('缺少数据主键');
|
||||
}
|
||||
|
@ -461,7 +461,7 @@
|
||||
}
|
||||
|
||||
public function check(){
|
||||
$params = $this->request->post(['id','check','content']);
|
||||
$params = $this->request->post(['id','check','content','check_node','check_admin_ids']);
|
||||
if(empty($params['id'])){
|
||||
return $this->fail('缺少数据主键');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user