Browse Source

更改一些说明表述

sandm 2 years ago
parent
commit
9158cfd570
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/job/Import.php

+ 2 - 2
app/job/Import.php

@@ -267,7 +267,7 @@ class Import {
                                     break;
                             }
                         }
-                        $item['source'] = 1;
+                        //$item['source'] = 1;
                         $item['fj_talent_info'] = $str;
                         $item["checkState"] = \app\common\api\TalentState::SCND_SAVE; //保存未提交
                         $item["highProcess"] = 5; //最高进度
@@ -420,7 +420,7 @@ class Import {
                                     break;
                             }
                         }
-                        $item['source'] = 2;
+                        //$item['source'] = 2;
                         $item['qz_talent_info'] = $str;
                         $item["checkState"] = \app\common\api\TalentState::SCND_SAVE; //保存未提交
                         $item["highProcess"] = 5; //最高进度