Cherry 2 years ago
parent
commit
963b1592e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/api/controller/Chuyutimedtask.php

+ 2 - 2
application/api/controller/Chuyutimedtask.php

@@ -158,7 +158,7 @@ class Chuyutimedtask extends Api
         $recovery_bill_model = new RecoveryBill();
         $recovery_bill = $recovery_bill_model->alias('b')
             ->join('user u', 'b.c_user_id = u.id')
-            ->field('b.id,b.c_user_id,u.mobile')
+            ->field('b.id,b.c_user_id,u.mobile,b.order_no')
             ->where('b.status', '=', 1)
             ->where('b.pay_timeout', '=', 0)
             ->where('b.createtime', '<=', $overtime)
@@ -202,7 +202,7 @@ class Chuyutimedtask extends Api
         $tableware_bill_model = new TablewareBill();
         $tableware_bill = $tableware_bill_model->alias('b')
             ->join('user u', 'b.c_user_id = u.id')
-            ->field('b.id,b.c_user_id,u.mobile')
+            ->field('b.id,b.c_user_id,u.mobile,b.order_no')
             ->where('b.status', '=', 1)
             ->where('b.pay_timeout', '=', 0)
             ->where('b.createtime', '<=', $overtime)