合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !3098
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -69,7 +69,7 @@ class GeoConfirmLogic extends BaseLogic | @@ -69,7 +69,7 @@ class GeoConfirmLogic extends BaseLogic | ||
| 69 | { | 69 | { |
| 70 | $data = $this->model->read($this->param); | 70 | $data = $this->model->read($this->param); |
| 71 | if($data === false){ | 71 | if($data === false){ |
| 72 | - $this->fail('当前数据不存在或者已被删除'); | 72 | + return $this->success(); |
| 73 | } | 73 | } |
| 74 | if(empty($data['confirm'])){ | 74 | if(empty($data['confirm'])){ |
| 75 | $data['confirm'] = $data['content']; | 75 | $data['confirm'] = $data['content']; |
-
请 注册 或 登录 后发表评论