提交修改

This commit is contained in:
quyixiao 2025-11-21 13:22:32 +08:00
parent 5a525e15f6
commit 20e44e7ae6

View File

@ -164,6 +164,7 @@ public class AppIndexPageController {
}
vvSkuDTOS.add(vvSkuDTO);
}
vvProductDTO.setVvSkuList(vvSkuDTOS);
List<VvProductPropertyEntity> vvProductPropertyEntities = vvProductPropertyDao.selectVvProductPropertyByProductId(vvProductDetailRequest.getProductId());