正在显示
1 个修改的文件
包含
5 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论