rabin 2 years ago
parent
commit
46c36cde0c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      service/agent/lib/Dhorder.php

+ 1 - 2
service/agent/lib/Dhorder.php

@@ -976,8 +976,7 @@ class Dhorder
             } else {
                 Dever::db('agent/dh_order')->update(array('where_id' => $info['id'], 'audit' => $audit, 'audit_desc' => $audit_text));
                 # 退款
-                $shop = Dever::db('shop/info')->find($info['shop_id']);
-                Dever::load('shop/lib/refund')->set('dh')->apply(1, $shop['id'], $id, false, 3, 0, '未通过审核');
+                Dever::load('shop/lib/refund')->set('dh')->apply(1, $info['mid'], $id, false, 3, 0, '未通过审核');
             }
         }