|
@@ -309,8 +309,8 @@ class Talent extends EnterpriseController {
|
|
|
$field_dict = \app\common\api\DictApi::getTalentFields(4, $info["isImport"]);
|
|
|
|
|
|
$no_empty = ["name", "nation", "card_type", "card_number", "sex", "birthday", "politics", "nationality", "province", "city", "talent_type", "experience", "education",
|
|
|
- "talent_arrange", "talent_condition", "highest_degree", "graduate_school", "major", "bank", "bank_number", "bank_branch_name",
|
|
|
- "bank_account", "study_abroad", "phone", "email", "import_way", "cur_entry_time", "cur_entry_time", "position", "source"];
|
|
|
+ "talent_arrange", "talent_condition", "bank", "bank_number", "bank_branch_name",
|
|
|
+ "bank_account", "study_abroad", "phone", "email", "import_way", "cur_entry_time", "cur_entry_time", "position", "source"]; //"highest_degree", "graduate_school", "major",
|
|
|
|
|
|
$where = [];
|
|
|
$where[] = ["rel", "=", "study_abroad"];
|