Compare commits

...

3 Commits

Author SHA1 Message Date
ic_excellent 7633b880fe 同步问题修改 2023-07-18 16:10:42 +08:00
ic_excellent c8dc531276 Merge branch 'dev' of https://gitea.yeyaguitu.cn/ecology/ebu_ecology_dev1 into dev
冲突处理
2023-07-18 15:12:46 +08:00
ic_excellent 10bde4ca2c 问题修改 2023-07-18 15:12:03 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -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");

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);