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