|
@@ -1014,7 +1014,7 @@ class VerifyApi {
|
|
|
}
|
|
|
$i++;
|
|
|
}
|
|
|
- $item["first_dept_check_time"] = $log["createTime"];
|
|
|
+ $item["first_dept_check_time"] = date("Y-m-d H:i:s", $log["createTime"]);
|
|
|
$verifyDepts[$k] = $company["name"];
|
|
|
if ($log["active"] == 1) {
|
|
|
if ($log["new_state"] == 9) {
|