提交面试评价消息提醒面试创建人

This commit is contained in:
dxfeng 2023-09-27 14:05:45 +08:00
parent 8bfdfc995c
commit 5e88575e8e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class UpdateInterviewModeExpand extends AbstractModeExpandJavaCodeNew {
msgBuilder.append("<br/>");
msgBuilder.append("面试时间:").append(msrq).append(";面试官:").append(RecruitModeUtil.getResourceNames(msg)).append("").append(RecruitModeUtil.getResourceNames(ptmsg));
msgBuilder.append("<br/>");
msgBuilder.append("面试结果:$jg$").append(ApplicantCommonInfo.getSelectName(formId, "jg", jg));
msgBuilder.append("面试结果:").append(ApplicantCommonInfo.getSelectName(formId, "jg", jg));
User user = (User) params.get("user");