From 10bde4ca2c35d1091489d2cf1c1b23dbbed3f675 Mon Sep 17 00:00:00 2001 From: ic_excellent <2570192571@qq.com> Date: Tue, 18 Jul 2023 15:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/api/bokang/xiao/sh_bigdata/mapper/ReportMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/api/bokang/xiao/sh_bigdata/mapper/ReportMapper.java b/src/main/java/com/api/bokang/xiao/sh_bigdata/mapper/ReportMapper.java index ea4a6c7..255ccdf 100644 --- a/src/main/java/com/api/bokang/xiao/sh_bigdata/mapper/ReportMapper.java +++ b/src/main/java/com/api/bokang/xiao/sh_bigdata/mapper/ReportMapper.java @@ -77,7 +77,7 @@ public interface ReportMapper { @Select("select hrm.lastname " + " from uf_jsyzbap_dt1 jsy " + " inner join hrmresource hrm on jsy.$t{field} = hrm.id" + - " where jsy.zblx = #{dutyType} and #{currentDate} >= jsy.zbksrq and #{currentDate} <= jsy.zbjsrq }") + " where #{currentDate} >= jsy.zbksrq and #{currentDate} <= jsy.zbjsrq }") @CaseConversion(value = false) List queryCarSchedule(Map param);