瀏覽代碼

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

sugangqiang 1 年之前
父節點
當前提交
a7cc655b0b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;