作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

修改日检记录提示

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