Browse Source

购房补贴去掉数据分离

sugangqiang 8 months ago
parent
commit
51488fe9bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/common/api/HouseApi.php

+ 0 - 1
app/common/api/HouseApi.php

@@ -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")