|
|
@@ -410,7 +410,7 @@ class StoreRefundOrderRepository extends BaseRepository
|
|
410
|
410
|
public function getAllList(array $where, int $page, int $limit)
|
|
411
|
411
|
{
|
|
412
|
412
|
$query = $this->dao->search($where)->with(['order' => function ($query) {
|
|
413
|
|
- $query->field('order_id,order_sn,douhuomall');
|
|
|
413
|
+ $query->field('order_id,order_sn,douhuomall,alibaba_order_id');
|
|
414
|
414
|
}, 'merchant' => function ($query) {
|
|
415
|
415
|
$query->field('mer_id,mer_name');
|
|
416
|
416
|
}, 'refundProduct.product', 'user' => function ($query) {
|