|
@@ -1539,7 +1539,7 @@ class Talent extends AdminController {
|
|
|
$where[] = ["active", "=", 1];
|
|
|
$lastLog = TalentLogApi::getLastLogEx($id, ProjectState::TALENT, 0, $where);
|
|
|
if (($lastLog["state"] != TalentState::REVERIFY_PASS && $lastLog["state"] != TalentState::REVERIFY_FAIL) || $lastLog["active"] != 1) {
|
|
|
- $returnObj->msg = "当前对象不是\"2复核通过\"或者\"复核不通过\"状态,无法撤销";
|
|
|
+ $returnObj->msg = "当前对象不是\"复核通过\"或者\"复核不通过\"状态,无法撤销";
|
|
|
return json($returnObj);
|
|
|
}
|
|
|
if ($old["isPublic"] != 1) {
|