Ver código fonte

积分认定的层次公布入选时间改成跟积分获得时间一致

sugangqiang 1 ano atrás
pai
commit
a7cc655b0b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/job/Integral.php

+ 1 - 0
app/job/Integral.php

@@ -157,6 +157,7 @@ class Integral {
                                 $newTalentInfo["email"] = $integralInfo["email"];
                                 $newTalentInfo["checkState"] = TalentState::CERTIFICATED;
                                 $newTalentInfo["certificateNo"] = $max_no;
+                                $newTalentInfo["identifyMonth"] = $integralInfo["getTime"];
                                 $newTalentInfo["isEffect"] = 1;
                                 $newTalentInfo["isPublic"] = 5;
                                 $newTalentInfo["talent_arrange"] = $level;