正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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') |
-
请 注册 或 登录 后发表评论