|
@@ -163,7 +163,8 @@ class BankAccountController extends CatchController
|
|
->where([
|
|
->where([
|
|
'company_uid' => $company_uid,
|
|
'company_uid' => $company_uid,
|
|
'id' => $request->input('id'),
|
|
'id' => $request->input('id'),
|
|
- ])->where('status', '<>', 2)
|
|
|
|
|
|
+ ])
|
|
|
|
+ // ->where('status', '<>', 2)
|
|
->update([
|
|
->update([
|
|
'status' => 0,
|
|
'status' => 0,
|
|
'updated_at' => date('Y-m-d H:i:s')
|
|
'updated_at' => date('Y-m-d H:i:s')
|