更新测试电子合同
This commit is contained in:
parent
9b74ec66ac
commit
f111afb105
@ -1355,7 +1355,6 @@ 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));
|
|
||||||
$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('数据不存在');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user