Merge branch 'dev' of http://192.168.2.237:3000/root/kangarooDataCenterV3 into yuecheng-project

This commit is contained in:
yuqh 2024-05-29 10:17:55 +08:00
commit a7f5182eec
1 changed files with 1 additions and 1 deletions
service/src/main/java/com/hzya/frame/mdm/service/impl

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