6
0
Fork 0

调整砍价进度返回

release
vine_liutk 2022-04-11 15:43:20 +08:00
parent a690e597b3
commit b9fa29ac14
1 changed files with 1 additions and 1 deletions

View File

@ -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)