|
@@ -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; //最高进度
|