|
|
|
@@ -560,9 +560,8 @@ public class WxProjectConfigController extends BaseController { |
|
|
|
setTenantId(wxMall.getParentTenantId()); |
|
|
|
}}; |
|
|
|
WxMall parentWxMall = wxMallService.getByTenantInfo(TenantEntity); |
|
|
|
logger.info(parentWxMall.toString()); |
|
|
|
if(parentWxMall == null || parentWxMall.getSaleType() != 100 |
|
|
|
|| !parentWxMall.equals(EnumGroupSupport.SUPPORT.getCode()) |
|
|
|
|| !parentWxMall.getGroupSupport().equals(EnumGroupSupport.SUPPORT.getCode()) |
|
|
|
|| StringUtils.isNotBlank(parentWxMall.getParentTenantId())){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
|
} |
|
|
|
|