|
@@ -85,7 +85,7 @@ public class UpdateDBLogAspect {
|
|
|
map.put("table_name" , tableName);
|
|
map.put("table_name" , tableName);
|
|
|
map.put("table_comment" , tableComment);
|
|
map.put("table_comment" , tableComment);
|
|
|
map.put("data_" , oldData);
|
|
map.put("data_" , oldData);
|
|
|
- String sql = SqlUtil.buildInsertSql(map,LogAopUtil.TABLE_NAME);
|
|
|
|
|
|
|
+ String sql = SqlUtil.buildInsertSql(map,"t_business_log");
|
|
|
try {
|
|
try {
|
|
|
commonDao.execute(sql);
|
|
commonDao.execute(sql);
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
@@ -103,7 +103,7 @@ public class UpdateDBLogAspect {
|
|
|
map.put("table_name" , tableName);
|
|
map.put("table_name" , tableName);
|
|
|
map.put("table_comment" , tableComment);
|
|
map.put("table_comment" , tableComment);
|
|
|
map.put("data_" , oldData);
|
|
map.put("data_" , oldData);
|
|
|
- String sql = SqlUtil.buildInsertSql(map,LogAopUtil.TABLE_NAME);
|
|
|
|
|
|
|
+ String sql = SqlUtil.buildInsertSql(map,"t_business_log");
|
|
|
try {
|
|
try {
|
|
|
commonDao.execute(sql);
|
|
commonDao.execute(sql);
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|