|
@@ -1328,7 +1328,7 @@ class TalentAllowance extends AdminController {
|
|
$set = $tmp;
|
|
$set = $tmp;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if ($info["recommendAllowanceType"] == 1 && (!$set || count($set) < 6)) {
|
|
|
|
|
|
+ if ($info["recommendAllowanceType"] == 1 && (!$set || count($set) < 6) && in_array($sort, ["①", "②", "③"])) {
|
|
$info["recommendAllowanceType"] = 2;
|
|
$info["recommendAllowanceType"] = 2;
|
|
$info["recommendAllowanceMsg"] = $info["recommendAllowanceMsg"] . $sort . $name . "不足6个月,无法享受工作津贴(×)";
|
|
$info["recommendAllowanceMsg"] = $info["recommendAllowanceMsg"] . $sort . $name . "不足6个月,无法享受工作津贴(×)";
|
|
}
|
|
}
|