|
|
|
@@ -1004,7 +1004,7 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
private ResultData getCarHistoryAndTodayAndHB(TenantEntity tenantEntity, boolean withOthers ) { |
|
|
|
HashMap<String, Object> datamap = new HashMap<>(); |
|
|
|
String startdate = DateUtils.getTimeBefore(30, new Date()); |
|
|
|
String enddate = DateUtils.getSystemTime("yyyy-MM-dd"); |
|
|
|
String enddate = DateUtils.getTimeBefore(1, new Date()); |
|
|
|
|
|
|
|
WxChartDataEntity chartData = new WxChartDataEntity(); |
|
|
|
chartData.updateTenantInfo(tenantEntity); |
|
|
|
|