mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-07 03:03:47 +08:00
v3.21.0 【新增】修改部门名称字段;【新增】修改系统版本version字段;【新增】优化代码生成前端代码;【优化】SQL
This commit is contained in:
@@ -170,15 +170,6 @@ public class DataTracerChangeContentService {
|
||||
return "【原数据】:<br/>" + oldContent + "<br/>" + "【新数据】:<br/>" + newContent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析批量bean的内容
|
||||
*
|
||||
* @param objectList 对象列表
|
||||
* @return 单个内容
|
||||
*/
|
||||
public <T> String getChangeContent(List<T> objectList) {
|
||||
return this.getObjectListContent(objectList);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一个对象的内容信息
|
||||
|
||||
@@ -170,15 +170,6 @@ public class DataTracerChangeContentService {
|
||||
return "【原数据】:<br/>" + oldContent + "<br/>" + "【新数据】:<br/>" + newContent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析批量bean的内容
|
||||
*
|
||||
* @param objectList 对象列表
|
||||
* @return 单个内容
|
||||
*/
|
||||
public <T> String getChangeContent(List<T> objectList) {
|
||||
return this.getObjectListContent(objectList);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一个对象的内容信息
|
||||
|
||||
Reference in New Issue
Block a user