Compare commits
3 Commits
0c8f05baa3
...
7633b880fe
Author | SHA1 | Date |
---|---|---|
ic_excellent | 7633b880fe | |
ic_excellent | c8dc531276 | |
ic_excellent | 10bde4ca2c |
|
@ -52,7 +52,7 @@ public class UpdateState extends State {
|
|||
definition.getRowDefinitionCallback().rowHandle(definition);
|
||||
}
|
||||
updateList.add(definition.getUpdateParam());
|
||||
updateList.add(definition.getWhereParam());
|
||||
whereList.add(definition.getWhereParam());
|
||||
}
|
||||
RowDefinition rowDefinition = rowDefinitionList.get(0);
|
||||
String updateSql = MapperBuilderSql.builderUpdateSql(assignTable, rowDefinition.getUpdateParam(),"upItem");
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue