mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update 运营端小程序 查询订单数量趋势信息接口
This commit is contained in:
@@ -1107,7 +1107,8 @@ public class PileStationInfoServiceImpl implements PileStationInfoService {
|
|||||||
if (dateTime != null) {
|
if (dateTime != null) {
|
||||||
String orderNumRateGrowthRate = "0%";
|
String orderNumRateGrowthRate = "0%";
|
||||||
String format = "";
|
String format = "";
|
||||||
if (StringUtils.equals(Constants.ONE, type)) {
|
if (StringUtils.equals(Constants.ONE, type) ||
|
||||||
|
StringUtils.equals(Constants.TWO, type)) {
|
||||||
// 7天
|
// 7天
|
||||||
format = DateUtils.YYYY_MM_DD;
|
format = DateUtils.YYYY_MM_DD;
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user