Explorar o código

上一条稍做修改

sugangqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
8d9f2c6a4f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/command/DeptVerifyChecker.php

+ 0 - 1
app/command/DeptVerifyChecker.php

@@ -40,7 +40,6 @@ class DeptVerifyChecker extends Command {
           ->where($where)->column("companyIds"); */
 
         $where[] = ["type", "=", ProjectState::TALENT];
-        $where[] = ["new_state", "=", TalentState::FST_VERIFY_PASS];
         $where[] = ["step", "=", 3];
         $where[] = ["active", "=", 0];
         $jjrc_list = TalentChecklog::where($where)->column("companyId");