|
|
@@ -90,9 +90,6 @@ public class DataTowerServiceImpl implements DataTowerService { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private WxCouponChannelService wxCouponChannelService; |
|
|
private WxCouponChannelService wxCouponChannelService; |
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private WxCUserCarService wxCUserCarService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//出租与未出租*********************************************** |
|
|
//出租与未出租*********************************************** |
|
|
private Map<String, Object> shopRunning(TenantEntity tenantEntity) { |
|
|
private Map<String, Object> shopRunning(TenantEntity tenantEntity) { |
|
|
@@ -738,7 +735,7 @@ public class DataTowerServiceImpl implements DataTowerService { |
|
|
|
|
|
|
|
|
//绑定车牌 |
|
|
//绑定车牌 |
|
|
logger.info("停车-绑定车牌-开始"); |
|
|
logger.info("停车-绑定车牌-开始"); |
|
|
Map<String,Object> carParams=new HashMap<>(); |
|
|
|
|
|
|
|
|
HashMap<String,Object> carParams=new HashMap<>(); |
|
|
carParams.put("tenantId",tenantEntity.getTenantId()); |
|
|
carParams.put("tenantId",tenantEntity.getTenantId()); |
|
|
if (StringUtils.isNotBlank(tenantEntity.getParentTenantId())) { |
|
|
if (StringUtils.isNotBlank(tenantEntity.getParentTenantId())) { |
|
|
carParams.put("parentTenantId", tenantEntity.getParentTenantId()); |
|
|
carParams.put("parentTenantId", tenantEntity.getParentTenantId()); |
|
|
|