|
|
@@ -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());
|