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