Browse Source

修改ruoyi-api-business的pom和统计

skywnn 23 hours ago
parent
commit
a2070e353e

+ 0 - 1
pom.xml

@@ -335,7 +335,6 @@
         <module>ruoyi-api</module>
         <module>ruoyi-common</module>
         <module>ruoyi-nacos</module>
-        <module>ruoyi-api/ruoyi-api-business</module>
     </modules>
     <packaging>pom</packaging>
 

+ 1 - 0
ruoyi-api/pom.xml

@@ -10,6 +10,7 @@
 
     <modules>
         <module>ruoyi-api-system</module>
+        <module>ruoyi-api-business</module>
     </modules>
 
     <artifactId>ruoyi-api</artifactId>

+ 2 - 3
ruoyi-api/ruoyi-api-business/pom.xml

@@ -5,9 +5,8 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.ruoyi</groupId>
-        <artifactId>bj-maritime-dcds</artifactId>
-        <version>3.6.6</version>
-        <relativePath>../../pom.xml</relativePath>
+        <artifactId>ruoyi-api</artifactId>
+        <version>${ruoyi.version}</version>
     </parent>
 
     <artifactId>ruoyi-api-business</artifactId>

+ 18 - 0
ruoyi-modules/ruoyi-business/src/main/java/com/ruoyi/business/controller/BjTimeLimitController.java

@@ -122,30 +122,45 @@ public class BjTimeLimitController extends BaseController {
         notificationData.add(BjNotificationBarChartItemVo.builder().value(150)
                 .beenPublishCount(100).beenReceiveCount(120).beenFeedbackCount(110).beenHandleCount(110)
                 .beenClosedCount(90)
+                .momBeenClosedCount(60).momBeenPublishCount(67).momBeenReceiveCount(75).momBeenFeedbackCount(80)
+                .momBeenHandleCount(81).yoyBeenClosedCount(85)
+                .noOverdueCount(70)
                 .yoyBeenPublishCount(21).yoyBeenReceiveCount(12).yoyBeenFeedbackCount(21).yoyBeenHandleCount(21)
                 .yoyBeenClosedCount(90)
                 .build());
         notificationData.add(BjNotificationBarChartItemVo.builder().value(230)
                 .beenPublishCount(200).beenReceiveCount(210).beenFeedbackCount(200).beenHandleCount(200)
                 .beenClosedCount(180)
+                .momBeenClosedCount(60).momBeenPublishCount(67).momBeenReceiveCount(75).momBeenFeedbackCount(80)
+                .momBeenHandleCount(81).yoyBeenClosedCount(85)
+                .noOverdueCount(70)
                 .yoyBeenPublishCount(21).yoyBeenReceiveCount(12).yoyBeenFeedbackCount(21).yoyBeenHandleCount(21)
                 .yoyBeenClosedCount(90)
                 .build());
         notificationData.add(BjNotificationBarChartItemVo.builder().value(224)
                 .beenPublishCount(190).beenReceiveCount(200).beenFeedbackCount(190).beenHandleCount(190)
                 .beenClosedCount(170)
+                .momBeenClosedCount(60).momBeenPublishCount(67).momBeenReceiveCount(75).momBeenFeedbackCount(80)
+                .momBeenHandleCount(81).yoyBeenClosedCount(85)
+                .noOverdueCount(70)
                 .yoyBeenPublishCount(21).yoyBeenReceiveCount(12).yoyBeenFeedbackCount(21).yoyBeenHandleCount(21)
                 .yoyBeenClosedCount(90)
                 .build());
         notificationData.add(BjNotificationBarChartItemVo.builder().value(218)
                 .beenPublishCount(180).beenReceiveCount(190).beenFeedbackCount(180).beenHandleCount(180)
                 .beenClosedCount(160)
+                .momBeenClosedCount(60).momBeenPublishCount(67).momBeenReceiveCount(75).momBeenFeedbackCount(80)
+                .momBeenHandleCount(81).yoyBeenClosedCount(85)
+                .noOverdueCount(70)
                 .yoyBeenPublishCount(21).yoyBeenReceiveCount(12).yoyBeenFeedbackCount(21).yoyBeenHandleCount(21)
                 .yoyBeenClosedCount(90)
                 .build());
         notificationData.add(BjNotificationBarChartItemVo.builder().value(135)
                 .beenPublishCount(110).beenReceiveCount(120).beenFeedbackCount(110).beenHandleCount(110)
                 .beenClosedCount(100)
+                .momBeenClosedCount(60).momBeenPublishCount(67).momBeenReceiveCount(75).momBeenFeedbackCount(80)
+                .momBeenHandleCount(81).yoyBeenClosedCount(85)
+                .noOverdueCount(70)
                 .yoyBeenPublishCount(21).yoyBeenReceiveCount(12).yoyBeenFeedbackCount(21).yoyBeenHandleCount(21)
                 .yoyBeenClosedCount(90)
                 .build());
@@ -158,6 +173,9 @@ public class BjTimeLimitController extends BaseController {
         notificationData.add(BjNotificationBarChartItemVo.builder().value(260)
                 .beenPublishCount(220).beenReceiveCount(230).beenFeedbackCount(220).beenHandleCount(220)
                 .beenClosedCount(200)
+                .momBeenClosedCount(60).momBeenPublishCount(67).momBeenReceiveCount(75).momBeenFeedbackCount(80)
+                .momBeenHandleCount(81).yoyBeenClosedCount(85)
+                .noOverdueCount(70)
                 .yoyBeenPublishCount(21).yoyBeenReceiveCount(12).yoyBeenFeedbackCount(21).yoyBeenHandleCount(21)
                 .yoyBeenClosedCount(90)
                 .build());