主数据修改字段不会修改问题查找
This commit is contained in:
parent
a826c4c3e8
commit
fd681a1a9e
|
@ -736,7 +736,7 @@ public class MdmServiceImpl implements IMdmService {
|
||||||
maps.put("tableName", mainMdmModuleDb.getDbName());//表名
|
maps.put("tableName", mainMdmModuleDb.getDbName());//表名
|
||||||
maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注
|
maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注
|
||||||
maps.put("databaseFields", dbFiledsDtos);//字段
|
maps.put("databaseFields", dbFiledsDtos);//字段
|
||||||
//mdmModuleDao.alterTable(maps);
|
mdmModuleDao.alterTable(maps);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue