|
@@ -424,7 +424,7 @@ class Talent extends EnterpriseController {
|
|
|
$whr[] = ["typeId", "in", $ft_ids];
|
|
|
$distinct_filetypes = Db::table("new_talent_file")->where($whr)->distinct(true)->field("typeId")->select();
|
|
|
$upload_type_counts = count($distinct_filetypes);
|
|
|
- if ($upload_type_counts != count($ft_ids)) {
|
|
|
+ if ($upload_type_counts != count($ft_ids) && !$info["isImport"]) {
|
|
|
$res = ["msg" => "请留意附件上传栏中带*号的内容均为必传项,请上传完整再提交审核"];
|
|
|
echo sprintf("<script>parent.TalentInfoInfoDlg.submitCallback(%s);</script>", json_encode($res));
|
|
|
exit;
|