|
@@ -1135,10 +1135,10 @@ public class LoginServiceImpl implements LoginService {
|
|
|
// 用户身份:1机构,2供应商
|
|
|
int userIdentity = 3 == operation.getUserIdentity() ? 2 : 1;
|
|
|
if (1 == userIdentity && operation.getClubStatus() != null && 91 == operation.getClubStatus()) {
|
|
|
- return ResponseJson.error("您的机构已冻结", null);
|
|
|
+ return ResponseJson.error("您的机构已下线", null);
|
|
|
}
|
|
|
if (2 == userIdentity && operation.getShopStatus() != null && 91 == operation.getShopStatus()) {
|
|
|
- return ResponseJson.error("您的企业账号已被冻结,请联系客服处理", null);
|
|
|
+ return ResponseJson.error("您的企业账号已下线,请联系客服处理", null);
|
|
|
}
|
|
|
if (0 != operation.getDelFlag()) {
|
|
|
return ResponseJson.error("您的邀请码已被删除,请重新添加运营人员", null);
|