修改同步问题

dev
ic_excellent 2023-07-18 16:25:34 +08:00
parent 7633b880fe
commit f433f89ed5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class UpdateState extends State {
} }
RowDefinition rowDefinition = rowDefinitionList.get(0); RowDefinition rowDefinition = rowDefinitionList.get(0);
String updateSql = MapperBuilderSql.builderUpdateSql(assignTable, rowDefinition.getUpdateParam(),"upItem"); String updateSql = MapperBuilderSql.builderUpdateSql(assignTable, rowDefinition.getUpdateParam(),"upItem");
updateSql = updateSql + " " + conditionScript; updateSql = updateSql + " where " + conditionScript;
boolean flag = this.configMapper.executeUpdateBatchCusSql(updateSql, updateList, whereList); boolean flag = this.configMapper.executeUpdateBatchCusSql(updateSql, updateList, whereList);
logger.info("批量更新处理结果 ==>"+flag); logger.info("批量更新处理结果 ==>"+flag);
//如果为主表则处理明细数据 //如果为主表则处理明细数据