Sfoglia il codice sorgente

优化报表数据

wuxw 6 anni fa
parent
commit
695b1d1df2

+ 4 - 0
WebService/pom.xml

@@ -58,6 +58,10 @@
             <groupId>org.jsoup</groupId>
             <artifactId>jsoup</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.java110</groupId>
+            <artifactId>ReportComponent</artifactId>
+        </dependency>
 
 
         <dependency>

+ 6 - 1
WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java

@@ -32,7 +32,12 @@ import java.nio.charset.Charset;
         "com.java110.service.controller",
         "com.java110.service.filter",
         "com.java110.service.init",
-        "com.java110.web", "com.java110.core", "com.java110.config.properties.code","com.java110.cache"})
+        "com.java110.web",
+        "com.java110.core",
+        "com.java110.config.properties.code",
+        "com.java110.cache",
+        "com.java110.report"
+})
 @EnableDiscoveryClient
 //@EnableConfigurationProperties(EventProperties.class)
 @EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class})

+ 1 - 1
java110-utils/src/main/java/com/java110/utils/constant/PrivilegeCodeConstant.java

@@ -121,6 +121,6 @@ public final class PrivilegeCodeConstant {
     //审核工单
     public static final String AGENT_HAS_LIST_AUDITORDER = "502019102911270009";
 
-    public static final String LIST_PAY_FEE = "";
+    public static final String LIST_PAY_FEE = "502019103056060006";
 
 }

+ 5 - 0
pom.xml

@@ -178,6 +178,11 @@
                 <artifactId>java110-db</artifactId>
                 <version>${microcommunity.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.java110</groupId>
+                <artifactId>ReportComponent</artifactId>
+                <version>${microcommunity.version}</version>
+            </dependency>
             <!-- logback 日志组件支持  -->
 
             <dependency>