|
@@ -137,6 +137,8 @@ class ShipEngineMaintenance extends Auth
|
|
|
->where('id',$data['id'])
|
|
|
->with(['user'=>function($query){
|
|
|
$query->field('id,phone,headimg,username,nickname');
|
|
|
+ },'offer'=>function($query){
|
|
|
+ $query->where('offer_id',$this->uuid);
|
|
|
}])
|
|
|
->findOrEmpty();
|
|
|
$this->success('成功',$info);
|