sugangqiang 1 năm trước cách đây
mục cha
commit
73f6c23bbc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")