|
@@ -68,7 +68,7 @@ public class CmHeheFloorProductService extends CrudService<CmHeheFloorProductDao
|
|
|
}
|
|
|
|
|
|
public Page<Product> findProductPage(Page<Product> productPage, Product product) {
|
|
|
- List<Integer> ids = cmHeheFloorProductDao.findFloorProductId();
|
|
|
+ List<Integer> ids = cmHeheFloorProductDao.findFloorProductId(product.getFloorId());
|
|
|
product.setIds(ids);
|
|
|
product.setPage(productPage);
|
|
|
List<Product> productList = cmHeheFloorProductDao.findAllProduct(product);
|