更新测试电子合同
This commit is contained in:
parent
8f7f10a864
commit
9b74ec66ac
@ -1355,10 +1355,10 @@ class Auth extends BaseController
|
|||||||
public function merchantStatus($id)
|
public function merchantStatus($id)
|
||||||
{
|
{
|
||||||
Log::info("接收到同步商户状态HOST:" . request()->url());
|
Log::info("接收到同步商户状态HOST:" . request()->url());
|
||||||
Log::info("接收到同步商户状态信息:" . json_encode($this->request->params()));
|
Log::info("接收到同步商户状态信息:" . json_encode($this->request));
|
||||||
$repository = app()->make(MerchantIntentionRepository::class);
|
$repository = app()->make(MerchantIntentionRepository::class);
|
||||||
if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0]))
|
if (!$repository->getWhereCount(['mer_intention_id' => $id, 'is_del' => 0]))
|
||||||
return app('json')->fail('数据不存在');
|
return app('json')->fail('数据不存在');
|
||||||
$status = $this->request->params(['status']);
|
$status = $this->request->params(['status']);
|
||||||
$data['status'] = $status;
|
$data['status'] = $status;
|
||||||
$data['create_mer'] = -1;
|
$data['create_mer'] = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user