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: