更新营业执照
This commit is contained in:
parent
59f6928e3f
commit
d268e4f64e
@ -1463,6 +1463,8 @@ class Auth extends BaseController
|
||||
Db::name('merchant_intention')->where('mer_intention_id', $id)->where('type', 1)->update($updData);
|
||||
if ($status == 1) {
|
||||
$repository->updateStatus($id, $data);
|
||||
$intention = Db::name('merchant_intention')->where('mer_intention_id', $id)->where('type', 1)->find();
|
||||
Db::name('merchant')->where('mer_id', $intention['mer_id'] ?? 0)->update(['mer_license_image' => $intention['images']]);
|
||||
}
|
||||
} else {
|
||||
//商户交易申请
|
||||
|
Loading…
x
Reference in New Issue
Block a user