|
@@ -837,13 +837,13 @@ class ApproveInfoService
|
|
|
]);
|
|
|
},
|
|
|
'applyGoods' => function ($query) {
|
|
|
- $query->field('id,info_id,goods_name');
|
|
|
+ $query->field('create_at',true);
|
|
|
},
|
|
|
]);
|
|
|
} else {
|
|
|
$list = $list->with([
|
|
|
'applyGoods' => function ($query) {
|
|
|
- $query->field('id,info_id,goods_name');
|
|
|
+ $query->field('create_at',true);
|
|
|
},
|
|
|
]);
|
|
|
}
|