瀏覽代碼

购房补贴去掉数据分离

sugangqiang 8 月之前
父節點
當前提交
51488fe9bd
共有 1 個文件被更改,包括 0 次插入1 次删除
  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")