update 优化 代码生成分页实现 避免数据误传等问题
This commit is contained in:
parent
ae3c02d4b2
commit
0a3d5fd5d4
@ -123,9 +123,6 @@ public class GenTableServiceImpl implements IGenTableService {
|
|||||||
// 获取查询条件
|
// 获取查询条件
|
||||||
String tableName = genTable.getTableName();
|
String tableName = genTable.getTableName();
|
||||||
String tableComment = genTable.getTableComment();
|
String tableComment = genTable.getTableComment();
|
||||||
// 获取分页参数
|
|
||||||
Integer pageNum = pageQuery.getPageNum();
|
|
||||||
Integer pageSize = pageQuery.getPageSize();
|
|
||||||
|
|
||||||
LinkedHashMap<String, Table<?>> tablesMap = ServiceProxy.metadata().tables();
|
LinkedHashMap<String, Table<?>> tablesMap = ServiceProxy.metadata().tables();
|
||||||
if (CollUtil.isEmpty(tablesMap)) {
|
if (CollUtil.isEmpty(tablesMap)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user