修改商户交易申请
This commit is contained in:
parent
53856b1c4a
commit
87d120e32c
@ -201,7 +201,7 @@ class MerchantIntentionRepository extends BaseRepository
|
||||
if ($intention['type'] == 2) {
|
||||
$merId = MerchantIntention::where('uid', $intention['uid'])->where('status', 1)->value('mer_id');
|
||||
if (!empty($merId)) {
|
||||
Merchant::where('mer_id', $merId)->update(['business_status' => 2]);
|
||||
Merchant::where('mer_id', $merId)->update(['business_status' => 2, 'mer_settlement_agree_status' => 1]);
|
||||
}
|
||||
}
|
||||
if (!empty($smsData)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user