作者 chencheng

13

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