Commit eb527e39 by songyinghui

feat: 好办权限初始化移除调试信息

parent 89429867
......@@ -510,9 +510,6 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
for (TabHaobanWxEnterprise wxEnterpris : tabHaobanWxEnterprises) {
// 查询企微下 导购、店长、区经 的role_id
String wxEnterpriseId = wxEnterpris.getWxEnterpriseId();
if (!StringUtils.equals("5759be5769f44774a6858ac481f1419d", wxEnterpriseId)) {
continue;
}
// 处理商户权限
handlerMaterchant(contentMaterialROleInitQDTO, wxEnterpriseId);
}
......
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