Commit 93e353ea by songyinghui

feature: 部分企业权限问题

parent 6645a10b
......@@ -629,7 +629,7 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
List<TabHaobanWxEnterprise> tabHaobanWxEnterprises = wxEnterpriseRelatedService.listByEnterpriseId(contentMaterialROleInitQDTO.getEnterpriseId());
if (CollectionUtils.isEmpty(tabHaobanWxEnterprises)) {
logger.info("【flushRightOneTime】企业 {} 未关联企微 ", contentMaterialROleInitQDTO.getEnterpriseId());
return ServiceResponse.success();
continue;
}
for (TabHaobanWxEnterprise wxEnterpris : tabHaobanWxEnterprises) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment