소스 검색

更改一些说明表述

sandm 2 년 전
부모
커밋
9158cfd570
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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; //最高进度