mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
完善
This commit is contained in:
@@ -347,7 +347,7 @@ public class EmpSalaryService extends BaseService<EmpSalaryEntity, EmpSalaryRepo
|
||||
salary.update(salaryEntity);
|
||||
|
||||
stopWatch.stop();
|
||||
salaries.add(salaryEntity);
|
||||
// salaries.add(salaryEntity);
|
||||
}
|
||||
|
||||
// 保存到数据库
|
||||
|
||||
@@ -288,7 +288,7 @@ public class EmpSalaryItemService
|
||||
|
||||
throw new BizException("无效的公式: " + item.getName());
|
||||
}
|
||||
variables.removeAll(Arrays.asList("salary", "emp", "stdMap", "batch"));
|
||||
variables.removeAll(Arrays.asList("salary", "emp", "stdMap", "batch", "this"));
|
||||
|
||||
Collection<String> unknownVariables = CollectionUtils.removeAll(variables, dependOn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user