|
@@ -244,6 +244,7 @@ class VerifyApi {
|
|
$_where = [];
|
|
$_where = [];
|
|
$_where[] = ["type", "=", 1];
|
|
$_where[] = ["type", "=", 1];
|
|
$_where[] = ["active", "=", 1];
|
|
$_where[] = ["active", "=", 1];
|
|
|
|
+ $_where[] = ["step", "=", 3];
|
|
$_where[] = ["companyId", "=", session("user")["companyId"]];
|
|
$_where[] = ["companyId", "=", session("user")["companyId"]];
|
|
$mainIds = \app\common\model\TalentChecklog::where($_where)->group("mainId")->order("createTime desc")->column("mainId");
|
|
$mainIds = \app\common\model\TalentChecklog::where($_where)->group("mainId")->order("createTime desc")->column("mainId");
|
|
if ($mainIds) {
|
|
if ($mainIds) {
|