From a067fdbf6b1374a1402096c722257575916eab99 Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期四, 11 五月 2023 16:21:14 +0800
Subject: [PATCH] 1.首页分段显示 2.配送订单页可根据分段显示 3.后端配送率统计

---
 xboot-admin/pom.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/xboot-admin/pom.xml b/xboot-admin/pom.xml
index 7aea03e..dc86bc1 100644
--- a/xboot-admin/pom.xml
+++ b/xboot-admin/pom.xml
@@ -82,6 +82,9 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
             </plugin>
         </plugins>
     </build>

--
Gitblit v1.9.1