diff --git a/src/main/java/cn/lihongjie/coal/empSalary/service/EmpSalaryService.java b/src/main/java/cn/lihongjie/coal/empSalary/service/EmpSalaryService.java index 28c0e6f5..148d2811 100644 --- a/src/main/java/cn/lihongjie/coal/empSalary/service/EmpSalaryService.java +++ b/src/main/java/cn/lihongjie/coal/empSalary/service/EmpSalaryService.java @@ -897,7 +897,7 @@ public class EmpSalaryService extends BaseService queryHisSalary(List employeesIds) { - List ids = em.createNativeQuery( + List ids = em.createNativeQuery( """ with tmp1 as ( @@ -912,7 +912,7 @@ public class EmpSalaryService extends BaseService