sugangqiang 1 year ago
parent
commit
18711ee063
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/TalentTypeChange.php

+ 1 - 0
app/admin/controller/TalentTypeChange.php

@@ -477,6 +477,7 @@ class TalentTypeChange extends AdminController {
         $lastLog = TalentLogApi::getLastLogEx($id, ProjectState::LEVELCHANGE, 0, $where);
         if (!$lastLog) {
             $response->msg = "请先审核后再提交";
+            return $response;
         }
         $checkState = $lastLog["state"];
         $checkMsg = $lastLog["description"];