|
@@ -28,8 +28,8 @@ class TalentInfo extends Validate {
|
|
|
"pre_import_type" => "between:1,2",
|
|
|
"experience" => "max:200",
|
|
|
"education" => "max:200",
|
|
|
- "phone" => "mobile|checkUnique:new_talent_info",
|
|
|
- "email" => "email|checkUnique:new_talent_info",
|
|
|
+ "phone" => "mobile",
|
|
|
+ "email" => "email",
|
|
|
"highest_degree" => "checkInSelect:highest_degree,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21",
|
|
|
"study_abroad" => "between:1,2",
|
|
|
"import_way" => "between:1,3",
|
|
@@ -58,9 +58,7 @@ class TalentInfo extends Validate {
|
|
|
"experience.max" => "工作经历不能超过200个字符,请简明扼要的描述您的工作经历",
|
|
|
"education.max" => "教育背景不能超过200个字符,请简明扼要的描述您的教育背景",
|
|
|
"phone.mobile" => "请填写正确的手机号",
|
|
|
- "phone.checkUnique" => "手机号已经存在",
|
|
|
"email.email" => "电子邮箱格式错误",
|
|
|
- "email.checkUnique" => "电子邮箱已经存在",
|
|
|
"highest_degree.between" => "最高学历只能在预设列表中选择",
|
|
|
"study_abroad.between" => "留学经历只能选择是与否",
|
|
|
"import_way.between" => "不存在的引进方式,请在列表中选择",
|