|
@@ -975,6 +975,11 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
return ResponseResult.fail(BizResponseEnum.DATA_NOT_EXIST, getCompanyUserQRCode(companyUser));
|
|
|
}
|
|
|
|
|
|
+ // 逻辑调整:如果会员已经绑定了销售,直接提示,不添加重粉数据了-2025年6月16日14点53分
|
|
|
+ if (fsUser.getCompanyUserId() != null && !param.getCompanyUserId().equals(fsUser.getCompanyUserId())){
|
|
|
+ return ResponseResult.fail(406,"该用户已成为其他销售会员");
|
|
|
+ }
|
|
|
+
|
|
|
// 如果开启了黑名单审核,需要提示
|
|
|
if(fsUser.getStatus() == 0) {
|
|
|
// return ResponseResult.fail(505, "管理开启了会员审核,请等待审核");
|