Преглед на файлове

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 @Override
public WxFloatingLayer getFloatingLayer(String openId, String appId) { public WxFloatingLayer getFloatingLayer(String openId, String appId) {
WxAppinfo appinfo = appinfoMapper.findByAppId(appId); WxAppinfo appinfo = appinfoMapper.findByAppId(appId);
openId = "";
if (StringUtils.isBlank(openId)) { if (StringUtils.isBlank(openId)) {
return getWxFloatingLayer(appinfo.getTenantInfo()); return getWxFloatingLayer(appinfo.getTenantInfo());
} }
@@ -92,6 +93,7 @@ public class WxCuserFloatingLayerServiceImpl implements WxCuserFloatingLayerServ
} }


public WxFloatingLayer getWxFloatingLayer(TenantEntity tenantEntity) { public WxFloatingLayer getWxFloatingLayer(TenantEntity tenantEntity) {
logger.info(" >>>>>>>>>>>>>>>>>>>>>>> tenantentity info "+tenantEntity);
WxFloatingLayer wxFloatingLayer = new WxFloatingLayer(); WxFloatingLayer wxFloatingLayer = new WxFloatingLayer();
wxFloatingLayer.updateTenantInfo(tenantEntity); wxFloatingLayer.updateTenantInfo(tenantEntity);
wxFloatingLayer.setStatus(EnumFloatingLayerStatus.STATUS_THROW_IN.getCode()); wxFloatingLayer.setStatus(EnumFloatingLayerStatus.STATUS_THROW_IN.getCode());


Зареждане…
Отказ
Запис