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()
{
$params = Request::param();
$result = ContractLogic::Draftingcontracts($params);
$result = ContractLogic::Draftingcontracts($params, 2);
if ($result === true) {
return $this->success('发送合同成功', [], 1, 1);
} else {