|
@@ -160,7 +160,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
|
|
|
result.put("msg", "该数据已存在,请重新输入");
|
|
|
return result;
|
|
|
}
|
|
|
- //同一达人ID 不能绑定到多个渠道角色用户上
|
|
|
+ /*//同一达人ID 不能绑定到多个渠道角色用户上
|
|
|
String roleKey = sysUserService.getRoleKeyByUserId(promoter.getUserId());
|
|
|
if (roleKey.contains("bd")) {
|
|
|
List<JSONObject> keys = kuaishouPromoterMapper.getBoundPromoterRoleKey(promoter.getPromoterId());
|
|
@@ -174,7 +174,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
SysUser sysUser = sysUserService.selectUserById(promoter.getUserId());
|
|
|
if (Check.isNotNull(sysUser)) {
|
|
|
promoter.setUserName(sysUser.getNickName());
|