update 运营端小程序 查询订单数量趋势信息接口

This commit is contained in:
Lemon
2024-08-12 13:46:13 +08:00
parent 815d2495e9
commit e4e213471c

View File

@@ -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 {