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