|
@@ -828,7 +828,7 @@ class TalentAllowance extends AdminController {
|
|
|
$old["recommendAllowanceType"] = $param["resAllowanceType"];
|
|
|
$old["recommendMonths"] = implode(",", $set);
|
|
|
$typeName = "人工判定:津补贴类型(" . (\app\common\state\AllowanceTypeEnum::getTypeName($old["recommendAllowanceType"])) . ");享受月份:" . $old["recommendMonths"] . ";\n";
|
|
|
- $old["recommendAllowanceMsg"] = $typeName . "判定说明:\n" . $old["resAllowanceMsg"] . ";";
|
|
|
+ $old["recommendAllowanceMsg"] = $typeName . "判定说明:\n" . $param["resAllowanceMsg"] . ";";
|
|
|
$arrangeList = $this->calculateAllowance($old, $set, $detailList);
|
|
|
}
|
|
|
$desc .= "判定结果:" . $typeName;
|