febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/task/ScheduledTask.java
@@ -30,7 +30,7 @@ /** * * 每天凌晨1点计算一次工龄 * * <p> * date 2021-04-27 20:44 * @author: luoyibo * @return void @@ -61,7 +61,7 @@ } @Override public void run(String... args) throws Exception { empBaseInfoService.updateEmpBaseKeyInfo(); //empBaseInfoService.updateEmpBaseKeyInfo(); //calculateSeniority(); // autoStopContract(); //autoCalculateAge();