更新
This commit is contained in:
parent
26bc824cb8
commit
db89736edd
@ -45,7 +45,6 @@ class ContractController extends BaseApiController
|
||||
|
||||
public function view($id)
|
||||
{
|
||||
halt();
|
||||
$contract = Contract::find($id);
|
||||
if (empty($contract)) {
|
||||
return $this->fail('合同不存在');
|
||||
|
Loading…
x
Reference in New Issue
Block a user