From 0a73e85bfcb29ced0643e00548916d3667ec635b Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Wed, 28 Aug 2024 15:38:33 +0800 Subject: [PATCH] bugfix --- .../cn/lihongjie/coal/empSalary/service/EmpSalaryService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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