sugangqiang 2 lat temu
rodzic
commit
004c37d80b
1 zmienionych plików z 2 dodań i 0 usunięć
  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: