薪酬系统-多语言,适配中文表述

This commit is contained in:
sy 2023-08-01 13:49:40 +08:00
parent 88325889c1
commit c11a8b7ea0
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ public class SalarySysConfServiceImpl extends Service implements SalarySysConfSe
if (StringUtils.isBlank(param.getConfValue())) {
throw new SalaryRunTimeException(SalaryI18nUtil.getI18nLabel(user.getLanguage(),544141,"无效规则!"));
}
saveSettingByType(param.getConfValue(), SALARY_SEND_FEEDBACK, SalaryI18nUtil.getI18nLabel(user.getLanguage(),0,"工资单反馈"), "basic");
saveSettingByType(param.getConfValue(), SALARY_SEND_FEEDBACK, SalaryI18nUtil.getI18nLabel(user.getLanguage(),544369,"工资单反馈"), "basic");
}
@Override