Преглед изворни кода

fix bug

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
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());


Loading…
Откажи
Сачувај