소스 검색

撤销复核++

sugangqiang 2 년 전
부모
커밋
004c37d80b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/common/api/TalentState.php

+ 2 - 0
app/common/api/TalentState.php

@@ -49,6 +49,8 @@ class TalentState {
 
     public static function getStateName($state) {
         switch ($state) {
+            case -14:
+                return "撤销复核";
             case -2:
                 return "初审不通过";
             case 1: