mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-23 22:06:39 +08:00
v3.21.0 【新增】修改部门名称字段;【新增】修改系统版本version字段;【新增】优化代码生成前端代码;【优化】SQL
This commit is contained in:
parent
d5abf42014
commit
0cfb14921d
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一个对象的内容信息
|
||||
|
Loading…
Reference in New Issue
Block a user