问题修改

dev
ic_excellent 2023-07-18 15:12:03 +08:00
parent 8dca39fe74
commit 10bde4ca2c
1 changed files with 1 additions and 1 deletions

View File

@ -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<String> queryCarSchedule(Map<String,Object> param);