fixed 发送个人合同
This commit is contained in:
parent
9cf71dc95f
commit
f2ce24e6a0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user