Browse Source

用户提交订单

whitefang 1 year ago
parent
commit
d7c5faa427
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/lists/recharge/ServiceOrderLists.php

+ 1 - 1
app/api/lists/recharge/ServiceOrderLists.php

@@ -58,7 +58,7 @@ class ServiceOrderLists extends BaseApiDataLists
         }])
         }])
             ->where($where)
             ->where($where)
             ->whereIn('work_id',$work_ids)
             ->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([
             ->where([
                 'order_type' => 0,
                 'order_type' => 0,
                 'user_id' => $this->userId,
                 'user_id' => $this->userId,