|
|
@@ -58,7 +58,7 @@ class ServiceOrderLists extends BaseApiDataLists
|
|
|
}])
|
|
|
->where($where)
|
|
|
->whereIn('work_id',$work_ids)
|
|
|
- ->visible(['id','sn','order_total','order_amount','pay_status','create_time'])
|
|
|
+ ->visible(['id','sn','payment_type','order_total','order_amount','pay_status','create_time'])
|
|
|
->where([
|
|
|
'order_type' => 0,
|
|
|
'user_id' => $this->userId,
|