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: