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 {