|
...
|
...
|
@@ -77,7 +77,7 @@ class SuppliersController extends BaseController |
|
|
|
if(isset($res['status_code']) && $res['status_code'] != 200){
|
|
|
|
$this->response($res['message'],Code::SYSTEM_ERROR);
|
|
|
|
}
|
|
|
|
return $this->success($res['data']);
|
|
|
|
return $this->success($res['data'] ?? []);
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* @remark :按名字搜索公司
|
...
|
...
|
|