xiaohanzi 5 лет назад
Родитель
Сommit
f06ee73335
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCuserFloatingLayerServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCuserFloatingLayerServiceImpl.java Просмотреть файл

@@ -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());


Загрузка…
Отмена
Сохранить