|
@@ -76,10 +76,9 @@ public function waitlist(){
|
|
|
->where($where)
|
|
|
->where($comd)
|
|
|
->page($page,$size)
|
|
|
- ->fetchSql()
|
|
|
->order("a.addtime desc")
|
|
|
- ->select();
|
|
|
-
|
|
|
+ ->cursor();
|
|
|
+
|
|
|
$data=[];//->field("status,order_name,process_name")
|
|
|
foreach ($list as $value) {
|
|
|
$str = Db::name("process")->where(['process_type' => $value['order_type']])->field("process_name,status")->find();
|