test
This commit is contained in:
parent
e7dee966d6
commit
845586cba2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue