浏览代码

待付款订单不显示到工程师

whitefang 1 年之前
父节点
当前提交
a767f8ac50
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/workerapi/lists/ServiceWorkLists.php

+ 1 - 0
app/workerapi/lists/ServiceWorkLists.php

@@ -73,6 +73,7 @@ class ServiceWorkLists extends BaseWorkerDataLists
                 break;
         }
         $list = ServiceWork::where($where)
+            ->where('work_pay_status','>',0)
             ->field(['id', 'work_sn', 'address', 'title', 'work_status', 'service_status', 'work_pay_status','appointment_time','receive_time','base_service_fee','service_fee','work_amount'])
             ->append(['work_status_text','service_status_text'])
             ->limit($this->limitOffset, $this->limitLength)