修改同步问题
parent
7633b880fe
commit
f433f89ed5
|
@ -56,7 +56,7 @@ public class UpdateState extends State {
|
|||
}
|
||||
RowDefinition rowDefinition = rowDefinitionList.get(0);
|
||||
String updateSql = MapperBuilderSql.builderUpdateSql(assignTable, rowDefinition.getUpdateParam(),"upItem");
|
||||
updateSql = updateSql + " " + conditionScript;
|
||||
updateSql = updateSql + " where " + conditionScript;
|
||||
boolean flag = this.configMapper.executeUpdateBatchCusSql(updateSql, updateList, whereList);
|
||||
logger.info("批量更新处理结果 ==>"+flag);
|
||||
//如果为主表则处理明细数据
|
||||
|
|
Loading…
Reference in New Issue