This commit is contained in:
Harryxzy 2024-05-10 14:54:02 +08:00
parent e7dee966d6
commit 845586cba2
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ public class AddUpDeductionServiceImpl extends Service implements AddUpDeduction
String cacheKey = "addUpDeduction_autoAddAll_processing";
Object objVal = Util_DataCache.getObjVal(cacheKey);
if (objVal != null) {
throw new SalaryRunTimeException(SalaryI18nUtil.getI18nLabel(135788, "一键累计过于频繁,请稍后再试"));
throw new SalaryRunTimeException(SalaryI18nUtil.getI18nLabel(135788, "一键累计过于频繁,请稍后再试 "));
}
try {
Util_DataCache.setObjVal(cacheKey, true);