浏览代码

联合丽格1.0.1

huangzhiguo 1 年之前
父节点
当前提交
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供应商
         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);