dever 3 lat temu
rodzic
commit
be19a0daed
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
             }
         }