Ver Fonte

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

zqwang há 1 ano atrás
pai
commit
b737d83669

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