huangzhiguo 1 год назад
Родитель
Сommit
5bfbb44a9f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/caimei365/user/service/impl/LoginServiceImpl.java

+ 2 - 2
src/main/java/com/caimei365/user/service/impl/LoginServiceImpl.java

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