|
@@ -1388,7 +1388,7 @@ class Consult extends Base
|
|
|
return error_show(1004,"未找到咨询单数据");
|
|
|
}
|
|
|
$status = isset($this->post['status'])&& $this->post['status']!=='' ? intval($this->post['status']):"";
|
|
|
- if($status==''){
|
|
|
+ if($status===''){
|
|
|
return error_show(1005,"参数status不能为空");
|
|
|
}
|
|
|
$catinfo = Db::name("cat")->where(["id"=>$bids['cat_id']])->find();
|