Browse Source

fix bug

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
f06ee73335
1 changed files with 2 additions and 0 deletions
  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 View File

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


Loading…
Cancel
Save