|
@@ -140,7 +140,7 @@ class TalentAllowance extends EnterpriseController {
|
|
|
return \StrUtil::back(new Response(Response::ERROR, sprintf("第%d行申请补贴类型错误,请仔细检查内容无误后再重新提交", $no)), "TalentAllowanceInfo.importCallBack");
|
|
|
}
|
|
|
if ($allowanceType == "工作津贴") {
|
|
|
- $projects = AllowanceProjectEnum::getProjectsByEnterpriseType($info["type"]);
|
|
|
+ $projects = AllowanceProjectEnum::getProjectsByEnterpriseType($this->user["type"]);
|
|
|
for ($i = 3; $i < 9; $i++) {
|
|
|
$project = 1;
|
|
|
switch ($i) {
|