...
|
...
|
@@ -411,7 +411,7 @@ class IndexController extends WeChatBaseController |
|
|
|
|
|
public function remmoedExpert(){
|
|
|
$map['id']=input('id');
|
|
|
$expert=\db('portal_categroy')->where($map)->value('expert');
|
|
|
$expert=\db('portal_category')->where($map)->value('expert');
|
|
|
if(empty($expert)){
|
|
|
$this->error('');
|
|
|
}
|
...
|
...
|
|