|
|
|
@@ -45,6 +45,7 @@ public class WxCuserFloatingLayerServiceImpl implements WxCuserFloatingLayerServ |
|
|
|
@Override |
|
|
|
public WxFloatingLayer getFloatingLayer(String openId, String appId) { |
|
|
|
WxAppinfo appinfo = appinfoMapper.findByAppId(appId); |
|
|
|
openId = ""; |
|
|
|
if (StringUtils.isBlank(openId)) { |
|
|
|
return getWxFloatingLayer(appinfo.getTenantInfo()); |
|
|
|
} |
|
|
|
@@ -92,6 +93,7 @@ public class WxCuserFloatingLayerServiceImpl implements WxCuserFloatingLayerServ |
|
|
|
} |
|
|
|
|
|
|
|
public WxFloatingLayer getWxFloatingLayer(TenantEntity tenantEntity) { |
|
|
|
logger.info(" >>>>>>>>>>>>>>>>>>>>>>> tenantentity info "+tenantEntity); |
|
|
|
WxFloatingLayer wxFloatingLayer = new WxFloatingLayer(); |
|
|
|
wxFloatingLayer.updateTenantInfo(tenantEntity); |
|
|
|
wxFloatingLayer.setStatus(EnumFloatingLayerStatus.STATUS_THROW_IN.getCode()); |
|
|
|
|