From e4e213471cd95810576fa68bd3238803ac90ac60 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 12 Aug 2024 13:46:13 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E8=BF=90=E8=90=A5=E7=AB=AF?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=20=E6=9F=A5=E8=AF=A2=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=95=B0=E9=87=8F=E8=B6=8B=E5=8A=BF=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/PileStationInfoServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileStationInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileStationInfoServiceImpl.java index 20e9f0cca..d8f82c1b6 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileStationInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileStationInfoServiceImpl.java @@ -1107,7 +1107,8 @@ public class PileStationInfoServiceImpl implements PileStationInfoService { if (dateTime != null) { String orderNumRateGrowthRate = "0%"; String format = ""; - if (StringUtils.equals(Constants.ONE, type)) { + if (StringUtils.equals(Constants.ONE, type) || + StringUtils.equals(Constants.TWO, type)) { // 7天 format = DateUtils.YYYY_MM_DD; }else {