|
@@ -160,7 +160,6 @@ class HouseApi {
|
|
|
$where[] = ["t2.isRecover", "=", $query["isRecover"]];
|
|
|
}
|
|
|
$where[] = ["t1.type", "=", $type];
|
|
|
- $where[] = ["t2.type", "=", $query["type"]];
|
|
|
$count = Db::table("un_talent_depcheckstate")->alias("t1")
|
|
|
->leftJoin("un_housepurchase t2", "t2.id=t1.mainId")
|
|
|
->leftJoin("sys_company t3", "t3.id=t1.companyId")
|