sugangqiang 1 年之前
父节点
当前提交
73f6c23bbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/Index.php

+ 1 - 1
app/admin/controller/Index.php

@@ -53,7 +53,7 @@ class Index extends AdminController {
             } else {
                 //$where[] = ["tl.active", "=", 0];
                 //$where[] = ["tl.state", "=", TalentState::FST_VERIFY_PASS];                
-                $whereRaw = sprintf("((tl.active=0 and tl.state=%d) or (tl.active is null)) and ti.pass_dept_check=0 and ti.checkState=%d", TalentState::FST_VERIFY_PASS, TalentState::FST_VERIFY_PASS);
+                $whereRaw = sprintf("((tl.active=0 and tl.state=%d) or (tl.active is null)) and ti.pass_dept_check=0 and tl.state=%d", TalentState::FST_VERIFY_PASS, TalentState::FST_VERIFY_PASS);
                 $count = Talent::alias("ti")
                                 ->leftJoin("new_talent_condition tc", "tc.id=ti.talent_condition")
                                 ->leftJoin("un_enterprise e", "e.id=ti.enterprise_id")