From 16626af8f2df36c3aa18100ca15ab550751b141b Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Wed, 11 Feb 2026 15:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/corewing/app/service/impl/BizProductServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/corewing/app/service/impl/BizProductServiceImpl.java b/src/main/java/com/corewing/app/service/impl/BizProductServiceImpl.java index 7174a3a..ad12af8 100644 --- a/src/main/java/com/corewing/app/service/impl/BizProductServiceImpl.java +++ b/src/main/java/com/corewing/app/service/impl/BizProductServiceImpl.java @@ -19,7 +19,7 @@ public class BizProductServiceImpl extends ServiceImpl page(ProductPageRequest productPageRequest) { - Page page = PageContext.getDefaultPage(BizProduct.class); + Page page = PageContext.getPage(BizProduct.class); return bizProductMapper.page(page, productPageRequest); } }