|
@@ -32,9 +32,9 @@ class Account extends Base
|
|
|
}
|
|
|
|
|
|
$data = AccountModel::where($where)->order('updatetime desc')->find();
|
|
|
- if (!$data) {
|
|
|
- $this->error(__('No Results were found'));
|
|
|
- }
|
|
|
+ // if (!$data) {
|
|
|
+ // $this->error(__('No Results were found'));
|
|
|
+ // }
|
|
|
|
|
|
$this->success('获取成功', $data);
|
|
|
}
|