|
|
|
@@ -689,10 +689,10 @@ public class WxProjectConfigController extends BaseController { |
|
|
|
}else{ |
|
|
|
subTenantIdStrs = StringUtils.join(subTenantIds, ','); |
|
|
|
} |
|
|
|
TenantEntity TenantEntity = new TenantEntity(){{ |
|
|
|
setTenantId(tenantId); |
|
|
|
}}; |
|
|
|
WxMall parentWxMall = wxMallService.getByTenantInfo(TenantEntity); |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId(tenantId); |
|
|
|
|
|
|
|
WxMall parentWxMall = wxMallService.getByTenantInfo(tenantEntity); |
|
|
|
if(parentWxMall == null || parentWxMall.getSaleType() != 100 |
|
|
|
|| !parentWxMall.getGroupSupport().equals(EnumGroupSupport.SUPPORT.getCode()) |
|
|
|
|| StringUtils.isNotBlank(parentWxMall.getParentTenantId())){ |
|
|
|
|