用户状态部分修改

This commit is contained in:
liuyingfang
2023-07-13 15:29:09 +08:00
parent 67c4a1e858
commit 89329bcd5a
13 changed files with 136 additions and 37 deletions

View File

@@ -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);