主数据修改字段不会修改问题查找

This commit is contained in:
lvleigang 2024-05-29 10:01:04 +08:00
parent a826c4c3e8
commit fd681a1a9e
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ public class MdmServiceImpl implements IMdmService {
maps.put("tableName", mainMdmModuleDb.getDbName());//表名
maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注
maps.put("databaseFields", dbFiledsDtos);//字段
//mdmModuleDao.alterTable(maps);
mdmModuleDao.alterTable(maps);
}
}