更新失败原因
This commit is contained in:
parent
5f994577d9
commit
c5150b00e4
@ -1375,7 +1375,7 @@ class Auth extends BaseController
|
|||||||
'fail_msg' => $remark
|
'fail_msg' => $remark
|
||||||
];
|
];
|
||||||
if ($status != 1) {
|
if ($status != 1) {
|
||||||
Db::name('merchant_intention')->where('mer_intention_id', $id)->where('type', 2)->update($updData);
|
Db::name('merchant_intention')->where('mer_intention_id', $id)->where('type', 1)->update($updData);
|
||||||
}
|
}
|
||||||
$repository->updateStatus($id, $data);
|
$repository->updateStatus($id, $data);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user