Explorar el Código

用户提交订单

whitefang hace 1 año
padre
commit
d7c5faa427
Se han modificado 1 ficheros con 1 adiciones y 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,