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

修改日检记录提示

... ... @@ -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('请求方式错误');
}
... ...