From 7df8a8bea313a270014a1de4ae0de4c69172c5bf Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期三, 31 七月 2024 11:15:43 +0800 Subject: [PATCH] 优化图表里的标签显示,设置一定的偏移量,确保标签都在图表内 --- src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java b/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java index f83b7b2..cf5be2e 100644 --- a/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java +++ b/src/main/java/com/ots/project/tool/report/reportCalculation/request/MaqRequest.java @@ -14,4 +14,11 @@ public void setType(ReportTypeEnum typeEnum) { this.type = typeEnum.getCode(); } + + + public static void main(String[] args) { + Integer i = 1; + String s = "2"; + System.out.println(i.equals(s)); + } } -- Gitblit v1.9.1