rabin 3 years ago
parent
commit
c03cb3cf70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/Dhorder.php

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

@@ -970,7 +970,7 @@ class Dhorder
                 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('sell')->apply(1, $shop['id'], $id, false, 3, 0, '未通过审核');
+                Dever::load('shop/lib/refund')->set('dh')->apply(1, $shop['id'], $id, false, 3, 0, '未通过审核');
             }
         }