fixed 发送个人合同

This commit is contained in:
chenbo 2023-11-09 18:52:06 +08:00
parent 9cf71dc95f
commit f2ce24e6a0

View File

@ -114,7 +114,7 @@ class UserController extends BaseAdminController
public function Draftingcontracts() public function Draftingcontracts()
{ {
$params = Request::param(); $params = Request::param();
$result = ContractLogic::Draftingcontracts($params); $result = ContractLogic::Draftingcontracts($params, 2);
if ($result === true) { if ($result === true) {
return $this->success('发送合同成功', [], 1, 1); return $this->success('发送合同成功', [], 1, 1);
} else { } else {