mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 代码生成分页实现 避免数据误传等问题
This commit is contained in:
		@@ -123,9 +123,6 @@ public class GenTableServiceImpl implements IGenTableService {
 | 
			
		||||
        // 获取查询条件
 | 
			
		||||
        String tableName = genTable.getTableName();
 | 
			
		||||
        String tableComment = genTable.getTableComment();
 | 
			
		||||
        // 获取分页参数
 | 
			
		||||
        Integer pageNum = pageQuery.getPageNum();
 | 
			
		||||
        Integer pageSize = pageQuery.getPageSize();
 | 
			
		||||
 | 
			
		||||
        LinkedHashMap<String, Table<?>> tablesMap = ServiceProxy.metadata().tables();
 | 
			
		||||
        if (CollUtil.isEmpty(tablesMap)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user