浏览代码

用户提交订单

whitefang 1 年之前
父节点
当前提交
d7c5faa427
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
             ->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,