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