dever il y a 3 ans
Parent
commit
be19a0daed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
             }
         }