yumeng 11 months ago
parent
commit
2f7a9811ce

+ 1 - 1
ruixuan-live/src/main/java/com/ruixuan/isc/service/impl/KuaishouPromoterServiceImpl.java

@@ -297,7 +297,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
             if (Check.isNotNull(keys)) {
                 for (JSONObject key : keys) {
                     String rKey = key.getString("role_key");
-                    if ("bd".equals(rKey) || "bdManager".equals(rKey)) {
+                    if ("bd".equals(rKey) || "bdManager".equals(rKey) || "supplyChainAdmin".equals(rKey)) {
                         result.put("code", 500);
                         result.put("msg", "该达人已被其他渠道人员绑定,绑定人:" + key.getString("user_name"));
                         return result;