Explorar o código

用户提交订单

whitefang hai 1 ano
pai
achega
d7c5faa427
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,