Browse Source

Merge branch 'wzq-skyh' of 121.36.198.49:zy_duanju/duanju_manage into test

zqwang 1 year ago
parent
commit
b737d83669
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/Jiesuan/Http/Controllers/BankAccountController.php

+ 2 - 1
modules/Jiesuan/Http/Controllers/BankAccountController.php

@@ -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')