1
This commit is contained in:
parent
b4261c5fe5
commit
bcbc75d865
@ -104,7 +104,7 @@ class MerchantIntentionRepository extends BaseRepository
|
|||||||
$create = $data['create_mer'] == 1;
|
$create = $data['create_mer'] == 1;
|
||||||
unset($data['create_mer']);
|
unset($data['create_mer']);
|
||||||
$intention = $this->search(['mer_intention_id' => $id])->find();
|
$intention = $this->search(['mer_intention_id' => $id])->find();
|
||||||
|
$smsData = [];
|
||||||
if (!$intention)
|
if (!$intention)
|
||||||
throw new ValidateException('信息不存在');
|
throw new ValidateException('信息不存在');
|
||||||
if ($intention->status)
|
if ($intention->status)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user