|
@@ -778,6 +778,7 @@ class VerifyApi {
|
|
|
} else {
|
|
|
$fields[] = "tl.active";
|
|
|
$fields[] = "tl.new_state as deptCheckState";
|
|
|
+ $fields[] = "tl.createTime as first_dept_check_time";
|
|
|
$list = Talent::alias("ti")
|
|
|
->leftJoin("new_talent_condition tc", "tc.id=ti.talent_condition")
|
|
|
->leftJoin("un_enterprise e", "e.id=ti.enterprise_id")
|
|
@@ -905,6 +906,7 @@ class VerifyApi {
|
|
|
foreach ($companys as $k => $companyId) {
|
|
|
$company = getCacheById("Company", $companyId);
|
|
|
$log = TalentLogApi::getCompanyNewestCheckedLog($item["id"], $companyId);
|
|
|
+ $item["first_dept_check_time"] = $log["createTime"];
|
|
|
$verifyDepts[$k] = $company["name"];
|
|
|
if ($log["active"] == 1) {
|
|
|
if ($log["new_state"] == 9) {
|