sugangqiang 1 년 전
부모
커밋
18711ee063
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"];