mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 运营端小程序 查询订单数量趋势信息接口
This commit is contained in:
@@ -1105,7 +1105,7 @@ public class PileStationInfoServiceImpl implements PileStationInfoService {
|
||||
}
|
||||
// 用户选中某日期
|
||||
if (dateTime != null) {
|
||||
String orderNumRateGrowthRate = "";
|
||||
String orderNumRateGrowthRate = "0%";
|
||||
String format = "";
|
||||
if (StringUtils.equals(Constants.ONE, type)) {
|
||||
// 7天
|
||||
|
||||
Reference in New Issue
Block a user