Your Name 2 years ago
parent
commit
0b94d98599
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learn/active/lib/Manage.php

+ 1 - 1
learn/active/lib/Manage.php

@@ -525,7 +525,7 @@ Class Manage
         $ids = $this->common($data,3,false,false,$price,$desc);
         if ($ids) {
             $where['status'] = 2;
-            $where['id'] = $log['id'];
+            $where['id'] = $id;
             Dever::db('active/info_refund_log')->update($where);
             
             $admin = Dever::load('manage/auth.info');