|
|
|
@@ -179,7 +179,7 @@ public class DataTowerServiceImpl implements DataTowerService { |
|
|
|
HashMap<String, Object> carMap = new HashMap<>(); |
|
|
|
HashMap<String, Object> paramsCar = new HashMap<>(); |
|
|
|
paramsCar.put("tenantId", tenantId); |
|
|
|
paramsCar.put("cmdType", EnumCarCmd.CAR_ETCP_CALLBACK_PARK_OUT.getCode()); |
|
|
|
paramsCar.put("cmdType", EnumCarCmd.CAR_ETCP_CALLBACK_PARK_IN.getCode()); |
|
|
|
String startdate = DateUtils.getTimeBefore(30, new Date()); |
|
|
|
String systemTime = DateUtils.getSystemTime("yyyy-MM-dd"); |
|
|
|
|
|
|
|
@@ -479,7 +479,7 @@ public class DataTowerServiceImpl implements DataTowerService { |
|
|
|
public Map<String, Object> queryCar(String tenantId) { |
|
|
|
HashMap<String, Object> params = new HashMap<>(); |
|
|
|
params.put("tenantId", tenantId); |
|
|
|
params.put("cmdType", EnumCarCmd.CAR_ETCP_CALLBACK_PARK_OUT.getCode()); |
|
|
|
params.put("cmdType", EnumCarCmd.CAR_ETCP_CALLBACK_PARK_IN.getCode()); |
|
|
|
String startdate = DateUtils.getTimeBefore(30, new Date()); |
|
|
|
String systemTime = DateUtils.getSystemTime("yyyy-MM-dd"); |
|
|
|
|
|
|
|
|