问题修改
parent
8dca39fe74
commit
10bde4ca2c
|
@ -77,7 +77,7 @@ public interface ReportMapper {
|
||||||
@Select("select hrm.lastname " +
|
@Select("select hrm.lastname " +
|
||||||
" from uf_jsyzbap_dt1 jsy " +
|
" from uf_jsyzbap_dt1 jsy " +
|
||||||
" inner join hrmresource hrm on jsy.$t{field} = hrm.id" +
|
" 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)
|
@CaseConversion(value = false)
|
||||||
List<String> queryCarSchedule(Map<String,Object> param);
|
List<String> queryCarSchedule(Map<String,Object> param);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue