- 在 ProductBo 中添加 id 字段用于查询 - 实现 ProductBusinessImpl 中的 page 方法用于分页查询 - 更新 ProductService 接口,将 IPage 改为 Page 类型 - 修改 ProductServiceImpl 中的 getList 方法,适应新的 Page 类型 - 优化 SysTenantMapper.xml 中的 SQL 查询条件
- 在 ProductBo 中添加 id 字段用于查询 - 实现 ProductBusinessImpl 中的 page 方法用于分页查询 - 更新 ProductService 接口,将 IPage 改为 Page 类型 - 修改 ProductServiceImpl 中的 getList 方法,适应新的 Page 类型 - 优化 SysTenantMapper.xml 中的 SQL 查询条件