dever 3 years ago
parent
commit
be19a0daed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/lib/Manage.php

+ 1 - 1
service/option/lib/Manage.php

@@ -31,7 +31,7 @@ class Manage
             $update['audit_admin'] = $admin['id'];
             $update['where_id'] = $info['id'];
             $state = Dever::db('option/bill_jiaofu')->update($update);
-            if ($state && $audit == 2) {
+            if ($state && $audit == 3) {
                 Dever::load('option/lib/cash.setValue_commit', $info);
             }
         }