|
@@ -779,6 +779,12 @@ class Api extends BaseController {
|
|
|
$enterprise_info = \app\common\model\Enterprise::findOrEmpty($talent_info["enterprise_id"]);
|
|
|
$zip_filename = sprintf("%s(%s)人才申报材料.zip", $talent_info["name"], $enterprise_info["name"]);
|
|
|
break;
|
|
|
+ case ProjectState::JBT:
|
|
|
+ $where[] = ["type", "=", $type];
|
|
|
+ $info = \app\common\model\TalentAllowance::findOrEmpty($id);
|
|
|
+ $enterprise_info = \app\common\model\Enterprise::findOrEmpty($info["enterpriseId"]);
|
|
|
+ $zip_filename = sprintf("%s(%s)津补贴申报材料.zip", $info["talentName"], $enterprise_info["name"]);
|
|
|
+ break;
|
|
|
case ProjectState::QUIT:
|
|
|
$table = "new_talent_common_file";
|
|
|
$info = \app\common\model\TalentQuit::findOrEmpty($id);
|