...
|
...
|
@@ -285,7 +285,11 @@ class InspectionController extends RestBaseController |
|
|
}
|
|
|
$common = new CommonController();
|
|
|
$res = $common->getInsRecord('inspect',$data);
|
|
|
$this->success('成功',$res);
|
|
|
if($res){
|
|
|
$this->success('成功',$res);
|
|
|
}else{
|
|
|
$this->error('未找到消防日检记录');
|
|
|
}
|
|
|
}else{
|
|
|
$this->error('请求方式错误');
|
|
|
}
|
...
|
...
|
|