调整砍价进度返回
parent
a690e597b3
commit
b9fa29ac14
|
|
@ -101,7 +101,7 @@ class BargainController extends Controller
|
||||||
*/
|
*/
|
||||||
public function bargainOrderById($id, Request $request)
|
public function bargainOrderById($id, Request $request)
|
||||||
{
|
{
|
||||||
$order = BargainOrder::with('logs')
|
$order = BargainOrder::with(['logs', 'logs.userInfo'])
|
||||||
->where([
|
->where([
|
||||||
'id' => $id,
|
'id' => $id,
|
||||||
])->where('status', '>', 0)
|
])->where('status', '>', 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue