用户状态部分修改
This commit is contained in:
@@ -2517,9 +2517,9 @@ public class MerchantController {
|
||||
throw new MsgException("当前推广服务商存在违规行为, 已被关闭推广权限, 请联系收银呗客服申诉");
|
||||
}
|
||||
|
||||
if (!"1".equals(parentInfo.getSpreadFlag())) {
|
||||
throw new MsgException("该服务商已注册多个账户,该推广码无效");
|
||||
}
|
||||
// if (!"1".equals(parentInfo.getSpreadFlag())) {
|
||||
// throw new MsgException("该服务商已注册多个账户,该推广码无效");
|
||||
// }
|
||||
|
||||
UserInfo queryUserInfo = new UserInfo().setLoginName(phone);
|
||||
List<UserInfo> existUserInfoList = userInfoMapper.queryUserInfoList(queryUserInfo);
|
||||
|
||||
Reference in New Issue
Block a user