作者 chencheng

13

@@ -144,6 +144,7 @@ class Client extends Base @@ -144,6 +144,7 @@ class Client extends Base
144 if($type){ 144 if($type){
145 $where['a.type']=$type; 145 $where['a.type']=$type;
146 } 146 }
  147 + $where['a.user_id'] = $id;
147 $row=Db::name('verification_order') 148 $row=Db::name('verification_order')
148 ->alias('a') 149 ->alias('a')
149 ->join('verification_store b','a.verification_store_id=b.id') 150 ->join('verification_store b','a.verification_store_id=b.id')