|
@@ -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, '未通过审核');
|
|
|
}
|
|
|
}
|
|
|
|